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
Which Version of Microsoft Identity Web are you using ?
Note that to get help, you need to run the latest version.
Microsoft Identity Web 0.1.5-preview
Where is the issue? AddMicrosoftWebApi uses the value of TokenValidationParameters from JwtBearerOptions. Any modifications will affect any other users of JwtBearerOptions. It would be better to use TokenValidationParameters.Clone().
The text was updated successfully, but these errors were encountered:
Which Version of Microsoft Identity Web are you using ?
Note that to get help, you need to run the latest version.
Microsoft Identity Web 0.1.5-preview
Where is the issue?
AddMicrosoftWebApi
uses the value ofTokenValidationParameters
fromJwtBearerOptions
. Any modifications will affect any other users ofJwtBearerOptions
. It would be better to useTokenValidationParameters.Clone()
.The text was updated successfully, but these errors were encountered: