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
@@ -203,7 +203,7 @@ The following examples show how to configure Microsoft Entra ID for authenticati
203
203
. Click *New registration*.
204
204
. Type a name for your application, for example, `Neo4j SSO`.
205
205
. 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+++`
207
207
The redirect URI will accept the returned token responses after successful authentication.
0 commit comments