You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The URL form exported by stoken export --iphone (and the same URL, QR-encoded via --show-qr) is not recognized by the current versions of the RSA authenticator iphone app. They are of the form: "com.rsa.securid.iphone://ctf?ctfData=..."
It seems current RSA iOS URLs are of the form: "com.rsa.securid://ctf?ctfData=...". When I edit an exported token URL from stoken by removing ".iphone" from the protocol portion of the URI, the RSA app is able to import the token URL successfully.
This should be a trivial string change somewhere; I can look into sending a PR tomorrow or something if you don't want to just do it yourself.
Thanks again for stoken! It is immensely useful.
The text was updated successfully, but these errors were encountered:
The URL form exported by
stoken export --iphone
(and the same URL, QR-encoded via--show-qr
) is not recognized by the current versions of the RSA authenticator iphone app. They are of the form: "com.rsa.securid.iphone://ctf?ctfData=..."It seems current RSA iOS URLs are of the form: "com.rsa.securid://ctf?ctfData=...". When I edit an exported token URL from
stoken
by removing ".iphone" from the protocol portion of the URI, the RSA app is able to import the token URL successfully.This should be a trivial string change somewhere; I can look into sending a PR tomorrow or something if you don't want to just do it yourself.
Thanks again for stoken! It is immensely useful.
The text was updated successfully, but these errors were encountered: