Skip to content

Commit ba0e3a5

Browse files
Improve a few steps configuring SSO on Azure
1 parent 736735f commit ba0e3a5

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

modules/ROOT/pages/tutorial/tutorial-sso-configuration.adoc

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,16 +167,28 @@ As previously mentioned, the GUID here is also the directory (tenant) ID.
167167
Make sure you add the trailing slash (`/`) at the end or this operation might fail.
168168
====
169169

170-
. Go to the "Expose an API" tab and click "Add a Scope" to include the following statement:
170+
. Go to the "Expose an API" tab and click the "Add a Scope" button.
171+
+
172+
If you click this button for the first time, you see a new window stating that you need to add an _Application ID URI_ before proceeding:
173+
+
174+
[source]
175+
----
176+
api://4376dc8b-b5af-424f-9ada-c1c1b2d416b9/access-token
177+
----
178+
179+
. Next fill in all mandatory fields in the panel _Add a scope_.
180+
181+
. Copy your scope which will be used for _neo4j.conf_ file.
182+
Include the following statement:
171183
+
172184
[source, properties]
173185
----
174186
dbms.security.oidc.azure.params=client_id=4376dc8b-b5af-424f-9ada-c1c1b2d416b9;response_type=code;scope=openid profile email api://4376dc8b-b5af-424f-9ada-c1c1b2d416b9/access-token
175187
----
176-
177-
. Add the value in the scope column to the scopes in the configuration.
188+
+
178189
Note that the audience parameter for access tokens are typically set with` api://` at the front.
179190

191+
180192
=== ID token
181193

182194
This example shows how to configure Entra ID for authentication and authorization using ID tokens.

0 commit comments

Comments
 (0)