You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -28,7 +28,7 @@ To connect your application to an OIDC <Tooltip tip="Identity Provider (IdP): Se
28
28
29
29
To allow users to log in using an OIDC Identity Provider, you must register your application with the IdP. The process of doing this varies depending on the OIDC Identity Provider, so you will need to follow your IdP's documentation to complete this task.
30
30
31
-
Generally, you will want to make sure that at some point you enter your callback URL: `https://{yourDomain}/login/callback`.
31
+
Generally, you will want to make sure that at some point you enter your callback URL: `https://{YOUR_AUTH0_DOMAIN}/login/callback`.
32
32
33
33
<Cardtitle="Find your Auth0 domain name for redirects">
34
34
@@ -46,7 +46,7 @@ During this process, your OIDC Identity Provider will generate a unique identifi
46
46
47
47
## Create an enterprise connection in Auth0
48
48
49
-
Before you configure a OIDC Enterprise Connection in Auth0, ensure you have the **Application (client) ID** and the **<Tooltiptip="Client Secret: Secret used by a client (application) to authenticate with the Authorization Server; it should be known to only the client and the Authorization Server and must be sufficiently random to not be guessable."cta="View Glossary"href="/docs/glossary?term=Client+secret">Client secret</Tooltip>** generated when you set up your app in the OIDC provider.
49
+
Before you configure a OIDC Enterprise Connection in Auth0, ensure you have the **Application (Client) ID** and the **<Tooltiptip="Client Secret: Secret used by a client (application) to authenticate with the Authorization Server; it should be known to only the client and the Authorization Server and must be sufficiently random to not be guessable."cta="View Glossary"href="/docs/glossary?term=Client+secret">Client Secret</Tooltip>** generated when you set up your app in the OIDC provider.
50
50
51
51
### Create an enterprise connection using the Auth0 Dashboard
52
52
@@ -56,7 +56,7 @@ To be configurable through the Auth0 Dashboard, the OpenID Connect (OIDC) Identi
56
56
57
57
</Warning>
58
58
59
-
1. Navigate to [Auth0 Dashboard > Authentication > Enterprise](https://manage.auth0.com/#/connections/enterprise), locate **Open ID Connect**, and click its `+`.
59
+
1. Navigate to [Auth0 Dashboard > Authentication > Enterprise](https://manage.auth0.com/#/connections/enterprise), locate **Open ID Connect**, and select **Create**.
0 commit comments