Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: add logging of access token claims if provider is using stateless access token #11

Closed
fredvdv opened this issue Mar 8, 2022 · 0 comments · Fixed by #13
Closed
Labels
enhancement New feature or request

Comments

@fredvdv
Copy link

fredvdv commented Mar 8, 2022

Some provider are sending stateless access token basically they are just like ID token.

Add the decoding, verification and claims logging of the stateless access token

@fredvdv fredvdv changed the title add logging of access token claims if provider is using stateless access token feature: add logging of access token claims if provider is using stateless access token Mar 8, 2022
@vdbulcke vdbulcke added the enhancement New feature or request label Mar 8, 2022
vdbulcke pushed a commit that referenced this issue Mar 8, 2022
vdbulcke added a commit that referenced this issue Mar 8, 2022
NOTE: Does not check audience 'aud'
vdbulcke pushed a commit that referenced this issue Mar 8, 2022
#11)

NOTE: Access token validation does not check audience 'aud' claim
vdbulcke added a commit that referenced this issue Mar 8, 2022
NOTE: Refresh Token validation does not check audience 'aud' claim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
2 participants