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

Microsoft Azure multi tenant support for issuer validation when verif… #386

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jbputit
Copy link

@jbputit jbputit commented Sep 5, 2023

…ying JWT claims

Microsoft uses multi tenancy for oidc at https://login.microsoftonline.com/organizations/v2.0/.well-known/openid-configuration. The well-known issuer is given as "https://login.microsoftonline.com/{tenantid}/v2.0" and therefore issuer validation fails. I am checking for this "{tenantid}" in issuer as well as a given "tid" in the JWT claims to set the right issuer.

List of common tasks a pull request require complete

  • Changelog entry is added or the pull request don't alter library's functionality

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.

None yet

1 participant