Decoded access token uses id_token instead #15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The method to return the decoded access token uses the
id_tokeninstead of theaccess_token. This looks like a copy paste error.See
gitlab.com/kerkmann/leptos_oidc/-@26426dacb1 (b24749917179fb5e3e613ed2a703fcdcc6cdf9da_259_259)At the moment all keys from the provider are tried when decoding the token. It may be worth checking if the key id in the token header uses one of the provided keys by the identity provider.