Skip to content

Commit 7a15798

Browse files
committed
put Register the application back to where it was
1 parent b8eddc1 commit 7a15798

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

modules/ROOT/pages/tutorial/tutorial-sso-configuration.adoc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -192,16 +192,6 @@ See xref:authentication-authorization/sso-integration.adoc#auth-sso-auth-provide
192192

193193
== Microsoft Entra ID (formerly Azure Active Directory)
194194

195-
=== Register the application
196-
197-
. Log in to the https://portal.azure.com/#home[Azure portal].
198-
. Navigate to *Microsoft Entra ID > Overview*.
199-
. From the *Add* dropdown menu, select *App registration* and fill in the following information to create your SSO application:
200-
+
201-
image::sso-configuration-tutorials/oidc-azure-client-creation.png[title="Entra OIDC client creation"]
202-
The redirect URI `http://localhost:7474/browser/?idp_id=azure&auth_flow_step=redirect_uri` is the URI that will accept returned token responses after successful authentication.
203-
. Click *Register*.
204-
205195
=== Access token
206196

207197
This example shows how to configure Entra ID for authentication and authorization using an access token.
@@ -257,6 +247,16 @@ The audience parameter for access tokens is typically set with `api://` at the f
257247

258248
This example shows how to configure Entra ID for authentication and authorization using ID tokens.
259249

250+
=== Register the application
251+
252+
. Log in to the https://portal.azure.com/#home[Azure portal].
253+
. Navigate to *Microsoft Entra ID > Overview*.
254+
. From the *Add* dropdown menu, select *App registration* and fill in the following information to create your SSO application:
255+
+
256+
image::sso-configuration-tutorials/oidc-azure-client-creation.png[title="Entra OIDC client creation"]
257+
The redirect URI `http://localhost:7474/browser/?idp_id=azure&auth_flow_step=redirect_uri` is the URI that will accept returned token responses after successful authentication.
258+
. Click *Register*.
259+
260260
==== Configure Neo4j
261261
. After the successful app creation, on the app's *Overview* page, find the Application (client) ID value. Use it to configure the following properties in the _neo4j.conf_ file.
262262
+

0 commit comments

Comments
 (0)