Azure / app-service-announcements-discussions

Discussions for announcements from https://github.com/Azure/app-service-announcements/
MIT License
45 stars 4 forks source link

[Discussion] App Service Authentication/Authorization Middleware Version 1.4.6 #235

Open mkarmark opened 3 years ago

mkarmark commented 3 years ago

Discussion issue for App Service Authentication/Authorization Middleware Version 1.4.5

burrowj commented 2 years ago

Your documentation here

https://docs.microsoft.com/en-us/azure/app-service/configure-authentication-file-based

is incorrect. The possible options for unauthenticatedClientAction are not

"RedirectToLoginPage|AllowAnonymous|Return401|Return403"

they are

RedirectToLoginPage,AllowAnonymous,RejectWith401,RejectWith404

could you please update the documentation along with any other changes that have been made which are not reflected in the documentation

Thanks

burrowj commented 2 years ago

@mkarmark do you want us to post issues with the middleware here as you state here https://github.com/Azure/app-service-announcements/issues/330 or is there somewhere else? Here is not being monitored so I can only guess there must be somewhere else.