Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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*.

Expand Down