OpenID discovery URL

Hi
I am a new user on Auth0 and trying to see if I can see the Auth0 service for authentication for my application (Apache NiFi).

There are three params I need for configuring OIDC,

nifi.security.user.oidc.discovery.url=
nifi.security.user.oidc.client.id=
nifi.security.user.oidc.client.secret=

I know the clientID for my application setup on Auth0,
Where do I get the discovery.url ?

Is the client.secret same as what I see under Application Settings page?

Thank you.

The discovery URL is https://YOUR_AUTH0_DOMAIN/.well-known/openid-configuration (you’ll need to replace your with your real Auth0 domain).
The client id and client secrets are indeed the values from the application you created in Auth0. Treat the client secret as a sensitive value (don’t expose it).

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