You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/tutorial/tutorial-sso-configuration.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -201,7 +201,7 @@ The following examples show how to configure Microsoft Entra ID for authenticati
201
201
. Click *New registration*.
202
202
. Type a name for your application, for example, `Neo4j SSO`.
203
203
. 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_
205
205
The redirect URI will accept the returned token responses after successful authentication.
0 commit comments