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
when running solo key credentials ls, the output does NOT include space around long Relying Party and/or Username.
So this makes it extremly difficult to know the Credential ID if a a weird Username has been used.
For example:
$ solo key credential ls
PIN:
Relying Party Username Credential ID
-----------------------------------------------------
myweirdwebsite.com gfgdfgdfgdfgdfgdfgdfgDFgdfgdfgdfgdfgdfgDFGDFFgfdgdf546456456GDFGAAA==
The credentail ID is faked and is not a real base64 thing. It's for the sake of the example.
Then, what do I use to remove the given credential as credential ID ?
Guess using the string that are decoded correctly as base64, until I found the one?
The text was updated successfully, but these errors were encountered:
when running
solo key credentials ls
, the output does NOT include space around long Relying Party and/or Username.So this makes it extremly difficult to know the Credential ID if a a weird Username has been used.
For example:
The credentail ID is faked and is not a real base64 thing. It's for the sake of the example.
Then, what do I use to remove the given credential as credential ID ?
Guess using the string that are decoded correctly as base64, until I found the one?
The text was updated successfully, but these errors were encountered: