Auth0 can be configured as the Identity Provider for OIDC, which is an authentication protocol that securely verifies user identities through a trusted provider. This document explains how to obtain the required credentials from the Auth0 Developer Console. Refer to the **[OIDC Setup](/docs/user-management/sso/oidc/setup)** guide to configure OIDC in your application.
1. Go to <ahref="https://manage.auth0.com/dashboard"target="_blank">Auth0 Dashboard</a>, navigate to the **Applications** section and click on _Create Application_.
5. Paste the Client ID and Client secret we got from step 3.
6. The [Well known URL](https://auth0.com/docs/get-started/applications/configure-applications-with-oidc-discovery#:~:text=You%20can%20configure%20applications%20with%20the%20OpenID%20Connect%20(OIDC)%20discovery%20documents%20found%20at%3A%20https%3A//%7ByourDomain%7D/.well%2Dknown/openid%2Dconfiguration) will be in the following format. You need to replace `<YOUR-AUTH0-DOMAIN>` with the Auth0 Domain we got in step 3.