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
. Add the value in the scope column to the scopes in the configuration.
178
+
Note that the audience parameter for access tokens are typically set with` api://` at the front.
179
+
180
+
=== ID token
181
+
131
182
This example shows how to configure AAD for authentication and authorization using ID tokens.
132
183
133
-
=== Register the application
184
+
==== Register the application
134
185
135
186
. Log in to the https://portal.azure.com/#home[Azure portal].
136
187
. Navigate to *Azure Active Directory > Overview*.
@@ -141,7 +192,7 @@ The redirect URI `http://localhost:7474/browser/?idp_id=azure&auth_flow_step=red
141
192
. Click *Register*.
142
193
143
194
144
-
=== Configure Neo4j
195
+
==== Configure Neo4j
145
196
. After the successful app creation, on the app's *Overview* page, find the Application (client) ID value. Use it to configure the following properties in the _neo4j.conf_ file.
146
197
+
147
198
[source, properties]
@@ -183,7 +234,7 @@ For details, see https://learn.microsoft.com/en-us/azure/active-directory/develo
183
234
dbms.security.oidc.azure.claims.username=sub
184
235
----
185
236
186
-
=== Map Azure groups to Neo4j roles
237
+
==== Map Azure groups to Neo4j roles
187
238
188
239
Decide whether you want to use Azure AD Groups directly or Azure App Roles.
0 commit comments