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.