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
I always thought auth0 was some steps ahead in “useful and usable services about auth”
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