Skip to content

Commit 391a8c7

Browse files
Apply suggestions from code review
Co-authored-by: Reneta Popova <[email protected]>
1 parent 0a1d3db commit 391a8c7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

modules/ROOT/pages/database-administration/standard-databases/seed-from-uri.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
:page-role: enterprise-edition
22
:description: How to create a database using a seed from URI.
33

4-
[[database-seed-uri]]
54
= Create a database from a URI
65

76
This method seeds all databases with an identical seed from an external source, specified by a URI.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ dbms.security.oidc.azure.params=client_id=4376dc8b-b5af-424f-9ada-c1c1b2d416b9;r
254254

255255
=== ID token
256256

257-
This example shows how to configure Entra ID for authentication and authorization using ID tokens.
257+
This example shows how to configure Neo4j to use an Entra ID ID token for authentication and authorization.
258258

259259
==== Configure Neo4j
260260

@@ -291,7 +291,7 @@ dbms.security.oidc.azure.config=token_type_principal=id_token;token_type_authent
291291
[IMPORTANT]
292292
====
293293
`sub` is the only claim guaranteed to be unique and stable.
294-
For details, see #using-claims-to-reliably-identify-a-user-subject-and-object-id[Microsoft documentation] as well as the https://openid.net/specs/openid-connect-core-1_0.html#ClaimStability[OpenId spec].
294+
For details, see link:https://learn.microsoft.com/en-us/azure/active-directory/develop/id-tokens#using-claims-to-reliably-identify-a-user-subject-and-object-id[Microsoft documentation] as well as the https://openid.net/specs/openid-connect-core-1_0.html#ClaimStability[OpenId spec].
295295
====
296296
+
297297
[source, properties]

0 commit comments

Comments
 (0)