Skip to content

Commit f8f6a45

Browse files
committed
fix the local host link
1 parent 324fc34 commit f8f6a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ The following examples show how to configure Microsoft Entra ID for authenticati
201201
. Click *New registration*.
202202
. Type a name for your application, for example, `Neo4j SSO`.
203203
. Under *Select the supported account types*, select `Accounts in this organizational directory only (Default Directory only - Single tenant)`.
204-
. Under *Redirect URI*, select `Single-page application (SPA)` and enter the redirect URI: `http://localhost:7474/browser/?idp_id=azure&auth_flow_step=redirect_uri`
204+
. Under *Redirect URI*, select `Single-page application (SPA)` and enter the redirect URI: _\http://localhost:7474/browser/?idp_id=azure&auth_flow_step=redirect_uri_
205205
The redirect URI will accept the returned token responses after successful authentication.
206206
. Click *Register*.
207207

0 commit comments

Comments
 (0)