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
I got a problem importing a token, I received it a while ago and successfully imported in RSA app in iPhone and it's working fine till this very day
Received token header is looks exactly like that:
com.rsa.secureid://ctf?ctfData=81 symbols______
And device ID looks like this in app:
0123 4567 89AB
CDEF 0123 4567
I'm typing it in when prompted like this:
0123456789ABCDEF01234567
and getting "Device ID does not match the token."
What I've tried so far:
different headers: with 127.0.0.1 in them, com.rsa.secureid.iphone://ctf?ctfData=, none of them
different cases for Device ID, spaces - still nothing
I commented the code to bypass this Device ID check and found that parsing is ok - I see correct serial number and expiration date
so i'm open to any advices
The text was updated successfully, but these errors were encountered:
I got a problem importing a token, I received it a while ago and successfully imported in RSA app in iPhone and it's working fine till this very day
Received token header is looks exactly like that:
com.rsa.secureid://ctf?ctfData=81 symbols______
And device ID looks like this in app:
0123 4567 89AB
CDEF 0123 4567
I'm typing it in when prompted like this:
0123456789ABCDEF01234567
and getting "Device ID does not match the token."
What I've tried so far:
different headers: with 127.0.0.1 in them, com.rsa.secureid.iphone://ctf?ctfData=, none of them
different cases for Device ID, spaces - still nothing
I commented the code to bypass this Device ID check and found that parsing is ok - I see correct serial number and expiration date
so i'm open to any advices
The text was updated successfully, but these errors were encountered: