Skip to content

Commit 69eed13

Browse files
Render an example link as code (#2599) (#2602)
1 parent 1c0f60a commit 69eed13

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
@@ -203,7 +203,7 @@ The following examples show how to configure Microsoft Entra ID for authenticati
203203
. Click *New registration*.
204204
. Type a name for your application, for example, `Neo4j SSO`.
205205
. Under *Select the supported account types*, select `Accounts in this organizational directory only (Default Directory only - Single tenant)`.
206-
. 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`
206+
. 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+++`
207207
The redirect URI will accept the returned token responses after successful authentication.
208208
. Click *Register*.
209209

0 commit comments

Comments
 (0)