diff --git a/modules/ROOT/pages/tutorial/tutorial-sso-configuration.adoc b/modules/ROOT/pages/tutorial/tutorial-sso-configuration.adoc index a401e4e87..1e10c1ab8 100644 --- a/modules/ROOT/pages/tutorial/tutorial-sso-configuration.adoc +++ b/modules/ROOT/pages/tutorial/tutorial-sso-configuration.adoc @@ -201,7 +201,7 @@ The following examples show how to configure Microsoft Entra ID for authenticati . Click *New registration*. . Type a name for your application, for example, `Neo4j SSO`. . Under *Select the supported account types*, select `Accounts in this organizational directory only (Default Directory only - Single tenant)`. -. 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` +. 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_ The redirect URI will accept the returned token responses after successful authentication. . Click *Register*.