diff --git a/modules/ROOT/pages/tutorial/tutorial-sso-configuration.adoc b/modules/ROOT/pages/tutorial/tutorial-sso-configuration.adoc index 6cc15ede7..690499eb1 100644 --- a/modules/ROOT/pages/tutorial/tutorial-sso-configuration.adoc +++ b/modules/ROOT/pages/tutorial/tutorial-sso-configuration.adoc @@ -203,7 +203,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*.