Closed jsdt closed 2 weeks ago
The token show command was decoding tokens in a way that required the identity field to be set. When we parse tokens from clients, we can compute the identity from the other claims. This PR fixes the token show command to do the same.
token show
1
@bfops tested this manually.
Description of Changes
The
token show
command was decoding tokens in a way that required the identity field to be set. When we parse tokens from clients, we can compute the identity from the other claims. This PR fixes thetoken show
command to do the same.Expected complexity level and risk
1
Testing
@bfops tested this manually.