x)- [ ] bug report -> please search issues before submitting
- [x ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
Please add an 'x' for the scenario(s) where you found an issue
Repro steps
Enable AAD authentication with Easy Auth (on an App Service). See https://docs.microsoft.com/en-us/azure/app-service/app-service-web-tutorial-auth-aad
Expected behavior
Actual behavior
Does not work as 2 validations occur
Possible Solution
Additional context/ Error codes / Screenshots
Open question
How to validate the refresh token? we could validate the Access token and require both ...
How to handle if both easy auth and asp.net/asp.net core handlers are setup to provide AuthN?
I just found out that ASP.NET Core has a UseAzureAppServices() feature (which is not very well documented)
I looked at UseAzureAppServices() and it's only for logging (cc: @navyasric)
Included in 1.2.0 release.