IdentityServer 4 as an identity provider for Azure App Service

2 answers

I found this nice tutorial from Adrian Hall, where it discusses user authentication in detail.

https://adrianhall.imtqy.com/develop-mobile-apps-with-csharp-and-azure/chapter2/custom/

0
source

I just stumbled upon the same problem, there is currently no support, but you can vote for this implementation through this URI: Enable third-party authentication providers

I'm currently busy with POC, so I needed this feature and I came across this post: Secure Azure Functions with JWT Access Tokens This works great with my token provider. Hope this is for you too.

+1
source

All Articles