I'm trying to test this but I didn't found any tutorial or quickstart documentation for App Service Authentication in ASP.Net Core.
That's all.
Cheers,
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@francipvb Thanks for the feedback! I have assigned the issue to the content author to evaluate and update as appropriate.
@wadepickett Would someone on your team have a sample that we could leverage?
@cephalin is working on this.
Tracking here internally: https://mseng.visualstudio.com/TechnicalContent/AzureApps/_workitems/edit/1201990
So, If we have several webapps "microservices" and want to use the same auth JWT token and just log in once, it it possible to put this layer for a group of webapps or do we have to activate it for each?
@androidand The feature operates at the site level. You would need to have one site acting as a reverse proxy and fronting all requests to other apps. I'd recommend looking at Azure API Management or Azure Functions Proxies for this. Note that requests still could be made to the other sites unless you have them operating in a VNET (as in App Service Environments).
This is an old issue that is already resolved by https://docs.microsoft.com/azure/app-service/app-service-web-tutorial-auth-aad.
Most helpful comment
@cephalin is working on this.