Hi,
If if RSA SecureID is deployed on your environment to use VPN
securely , then i am sure that you are managing “Software Tokens” too.
Software token are RSA App which are installed on your mobile devices
like iPhone,iPad, Android,or Blackberry phones and by installing them
,you don’t need to carry RSA SecureID hardware keys every time with you.
RSA Hardware key |
RSA Application |
|
|
When you configure software token on RSA Console for a a users it download as zip file and when you extract them it contains a
.sdtid file.
If you are deploying Token on Blackberry Device we just need to add
x-rimdevice- in the front of the .sdtid file and need to send to the user on his email id.
but.!!!!!!!!!!!!
in case you are
if you want to deploy to a iPhone or Android phone then we need to run below command and this create a txt file contain a URL for activation.
TokenConverter
<path to stdid file> -mobile –p
<username (or other password)> -o
<output file>
You need to download token convertor software from here :
http://www.emc.com/security/rsa-securid/rsa-securid-software-authenticators/converter.htm
Now what?
So whenever you need to convert this .stdid to activation link, you
have to go to TokenConvertor folder and then do and provide all details
manually, and in case you forget the switch you have to type everything
again. This happen with me all the time. so to solve it i have written a
TINY MINY
Powershell script:
Download link :
http://gallery.technet.microsoft.com/scriptcenter/RSA-SecurID-Software-Token-4f05f792
What it does,?
It create the activation link and we just need to provide the full path to .sdtid file and the password.
How it works?
- Download your Sotware_token zip file and extract it.
- Copy the full path of the .sdtid file.
- Now run the script
- it asks you for full file path, paste the path which we copied before
- click on OK
- Now it ask you to provide the password , which you provided using
assigning and distributing Software token on RSA Console and click on
“OK.”
- and it will open a text file containing the Activation link.
- That’s all !
Download link :
http://gallery.technet.microsoft.com/scriptcenter/RSA-SecurID-Software-Token-4f05f792
Thanks
Aman Dhally