How to define custom oidc connection using oidc-discovery plus great user experience

I would like to create a “custom social connection” to an custom-built identity provider
using OIDC rather than plain oauth2.

But I could not find any documentation at auth0 for this usecase.

I expected kind of this

Connect Apps to Generic OAuth2 Authorization Servers

but with oidc-discovery (using https://idp-host/.well-known/openid-configuration )
like auth0 did it here

https://openidconnect.net/

and maybe some example code for id-token extraction, mapping etc.

Well, come on auth0, even aws cognito can do oidc-discovery :wink:
I always thought auth0 was some steps ahead in “useful and usable services about auth” :wink:

I could even imagine having “generic oidc idp” das first-class citizen in
the main “social connections” section – why not?

An hints appreciated.

Regards,
Frank

We now have an enterprise OIDC connection: Connect to OpenID Connect Identity Provider

This uses the discovery doc to determine the endpoints, etc. Note that it’s still in beta and has limited grant type support.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.