Skip to content

Commit cabf615

Browse files
links
1 parent 8b38635 commit cabf615

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

python-manual/modules/ROOT/pages/connect-advanced.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ If authentication is disabled on the server, the authentication parameter can be
6464

6565

6666
[role=label--new-5.14]
67+
[#rotating-tokens]
6768
== Rotating authentication tokens
6869

6970
It is possible to rotate authentication tokens that are expected to expire (e.g. SSO).

python-manual/modules/ROOT/pages/upgrade.adoc

+2-4
Original file line numberDiff line numberDiff line change
@@ -119,17 +119,15 @@ All public objects have type annotations via the link:https://docs.python.org/3/
119119
.Re-authentication
120120
[%collapsible]
121121
====
122-
Allows for handling expiring authentication (backwards compatible) as well as session scoped authentication.
123-
124-
See link:https://github.com/neo4j/neo4j-python-driver/discussions/921[Re-authentication].
122+
Allows for xref:connect-advanced.adoc#rotating-tokens[rotating authentication tokens] as well as xref:transactions.adoc#impersonation[session-scoped] and xref:query-simple.adoc#impersonation[query-scoped] authentication.
125123
====
126124
|
127125
.Mutual TLS (mTLS) as second authentication factor (2FA)
128126
[%collapsible]
129127
====
130128
Allows for configuring client side TLS certificates to authenticate against the server.
131129
132-
See link:https://github.com/neo4j/neo4j-python-driver/discussions/1031[Mutual TLS].
130+
See xref:connect-advanced.adoc#mtls[Mutual TLS].
133131
====
134132

135133
|

0 commit comments

Comments
 (0)