Azure Functions
An Azure service that provides an event-driven serverless compute platform.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I've added a custom OpenID authentication provider for my Azure function app. I've entered the issuer URL, authorization URL and token URL.
When I try to access my http function, it redirects me to the auth provider login website where I enter the credentials and it redirects back to the callback URL with the auth code in the query parameters.
But it seems it is not able to complete the authorization process and returns an HTTP 500 error. See screenshot below.