[Bug] ValidateIssuer does not work on WebApp and WebApi mix #1126
Labels
duplicate
This issue or pull request already exists
enhancement
New feature or request
fixed
multiple auth schemes
supported in v.1.10
Milestone
Which version of Microsoft Identity Web are you using?
Note that to get help, you need to run the latest version.
Microsoft Identity Web 1.8.2
Where is the issue?
Is this a new or an existing app?
a. The app is in production and I have upgraded to a new version of Microsoft Identity Web.
Repro
Expected behavior
Validates issuer for JwtBearer.
Actual behavior
No validation happens.
Possible solution
Additional context / logs / screenshots
JwtBearerOptions seem to be get set correctly from Configuration.Bind. I've also tried
but it did not make a difference.
For WebApp + WebApi mix, I used this
The text was updated successfully, but these errors were encountered: