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

Azure AD: Add appid query param to wellKnown URL #5138

Merged
merged 1 commit into from Aug 12, 2022

Commits on Aug 11, 2022

  1. Azure AD: Add appid query param to wellKnown URL

    This fixes: nextauthjs#5137
    Relevent documentation:
    > If the application has custom signing keys as a result of using the claims-mapping feature, append an appid query parameter that contains the application ID to get a jwks_uri that points to the signing key information of the application, which should be used for validation.
    
    https://docs.microsoft.com/en-us/azure/active-directory/develop/access-tokens#validating-the-signature
    MoritzKn committed Aug 11, 2022
    Copy the full SHA
    784ba8c View commit details
    Browse the repository at this point in the history