Getting HTTP 500 error when using custom OpenID auth provider

rvi 0 Reputation points
2024-06-12T10:24:16.17+00:00

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.

Screenshot 2024-06-12 at 3.36.35 PM

  • I'm not able to see the realtime auth logs anywhere. Please suggest if that is possible somehow. Then I can get to the actual issue we have here.
  • What could be the issue here? Please suggest a possible resolution.
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
0 comments No comments
{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.