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

Support cloud instance name validation #2832

Closed
GeoK opened this issue Sep 20, 2024 · 0 comments · Fixed by #2804
Closed

Support cloud instance name validation #2832

GeoK opened this issue Sep 20, 2024 · 0 comments · Fixed by #2804
Assignees
Labels
Enhancement The issue is a new feature Internal Indicates issue was opened by the IdentityModel team
Milestone

Comments

@GeoK
Copy link
Member

GeoK commented Sep 20, 2024

  • Add a new extension method EnableEntraIdSigningKeyCloudInstanceValidation that adds additional validation rule to the IssuerSigningKeyValidatorUsingConfiguration delegate call chain.
  • New validation rule checks that the cloud instance name of the openid-configuration matches the cloud instance name of the signing key.
  • SecurityTokenInvalidCloudInstanceException (new exception) should be thrown in case check is failed.
@GeoK GeoK added this to the 8.0.3 milestone Sep 20, 2024
@jennyf19 jennyf19 added Enhancement The issue is a new feature Internal Indicates issue was opened by the IdentityModel team labels Sep 21, 2024
@pmaytak pmaytak closed this as completed Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement The issue is a new feature Internal Indicates issue was opened by the IdentityModel team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants