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

Make RegisterValidAudience aware of JsonWebToken #2421

Merged

Conversation

twsouthwick
Copy link
Contributor

RegisterValidAudience needed the claims but only knew about JwtSecurityToken. This updates it to retrieve the claims from JwtSecurityToken or a JsonWebToken.

Fixes #2420

RegisterValidAudience needed the claims but only knew about JwtSecurityToken. This updates it to retrieve the claims from JwtSecurityToken or a JsonWebToken.
@twsouthwick twsouthwick marked this pull request as ready for review September 1, 2023 22:12
@jennyf19 jennyf19 added this to the 2.13.4 milestone Sep 4, 2023
@jmprieur jmprieur merged commit 85c1a75 into AzureAD:master Sep 4, 2023
@twsouthwick twsouthwick deleted the registervalidaudience-webtoken-aware branch September 5, 2023 16:17
@twsouthwick
Copy link
Contributor Author

@jmprieur this is blocking us from using the latest asp.net core previews - any eta on a 2.13.4 release?

@jmprieur
Copy link
Collaborator

jmprieur commented Sep 5, 2023

@jmprieur
Copy link
Collaborator

jmprieur commented Sep 5, 2023

@twsouthwick: we'll start the release today, aiming to complete tonight or tomorrow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot log in when using ASP.NET Core 8 Preview 7 (IDW10403: Token is not a JWT token)
3 participants