You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
IdentityModel now exposes a new AAD specific implementation for a delegate validating keys issuer. AddMicrosoftIdentityWebApi could benefit from it.
For details, see AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2134
Describe the solution you'd like
Add the validation of the keys issuer, by calling mergedOptions.TokenValidationParameters.EnableAadSigningKeyIssuerValidation() for instance here
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
IdentityModel now exposes a new AAD specific implementation for a delegate validating keys issuer. AddMicrosoftIdentityWebApi could benefit from it.
For details, see AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2134
Describe the solution you'd like
Add the validation of the keys issuer, by calling
mergedOptions.TokenValidationParameters.EnableAadSigningKeyIssuerValidation()
for instance hereThe text was updated successfully, but these errors were encountered: