Closed jeffreylo closed 3 years ago
You're right! It looks like the authn-go client doesn't currently have a function to access all verified claims. It should be a simple matter of delegating to verifier.GetVerifiedClaims
, as this function does:
I may not get to this right away. Are you interested in submitting a PR?
Are you interested in submitting a PR?
I am! I already sketched out an approach, but wanted to make sure I wasn’t missing anything before starting. Thanks, @cainlevy.
https://keratin.github.io/authn-server/#/guide-confirm-password indicates that authn client libraries are able to extract the expiry/auth_time from the access token to prompt the user for a password. It seems that this capability is missing, but I've likely overlooked something.