- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
automated distribution and email of soft tokens
From what I understand there is a way to automate CT-KIP distribution and emailing of token data via amba to end users. Is there a way to do the same thing with CTF provisioning? AMBA guide seems to only discuss CT-KIP and file based provisioning.
Thanks.
- Tags:
- AM
- AMBA
- amba-54
- Auth Manager
- Authentication Manager
- Authentication Manager Bulk Admin
- Authenticator
- Authenticators
- Community Thread
- ct-kip
- ctf
- Discussion
- Forum Thread
- RSA SecurID
- RSA SecurID Access
- SecurID
- software token provisioning
- Token
- Token Auth
- Token Authentication
- Token Authenticator
- Token Authenticators
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please open a support case and ask about the status of RFE AMBA-54...
this was done to request CTF capability in AMBA
New parameters for command line would be -ctf, and input file headers might be
Action,Key,MiscVariable,ctfVersion, ctfDeviceIDLen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please open a support case and ask about the status of RFE AMBA-54...
this was done to request CTF capability in AMBA
New parameters for command line would be -ctf, and input file headers might be
Action,Key,MiscVariable,ctfVersion, ctfDeviceIDLen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I found a way to workaround it.
1. Assign tokens via AMBA and save them as stfid files (run rsautil AMBulkAdmin -g)
2. Save tokens locally to one folder
3. Download and extract RSA SecurID Software Token Converter 3.1
4. Write a small batch or powershell script to process all stfid files to CTF format outputting them to a txt file
For iOS (I have Java 7, use proper location for java.exe):
C:\Program Files (x86)\Java\jre7\bin\java -jar TokenConverter.jar c:\tmp\user2-passwordtoken.sdtid -ios -p t0kenpw1 -o c:\tmp\tokenfile.txt
