Skip to content

Commit

Permalink
links
Browse files Browse the repository at this point in the history
  • Loading branch information
stefano-ottolenghi committed Nov 21, 2024
1 parent 8b38635 commit cabf615
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions python-manual/modules/ROOT/pages/connect-advanced.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ If authentication is disabled on the server, the authentication parameter can be


[role=label--new-5.14]
[#rotating-tokens]
== Rotating authentication tokens

It is possible to rotate authentication tokens that are expected to expire (e.g. SSO).
Expand Down
6 changes: 2 additions & 4 deletions python-manual/modules/ROOT/pages/upgrade.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -119,17 +119,15 @@ All public objects have type annotations via the link:https://docs.python.org/3/
.Re-authentication
[%collapsible]
====
Allows for handling expiring authentication (backwards compatible) as well as session scoped authentication.
See link:https://github.com/neo4j/neo4j-python-driver/discussions/921[Re-authentication].
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.
====
|
.Mutual TLS (mTLS) as second authentication factor (2FA)
[%collapsible]
====
Allows for configuring client side TLS certificates to authenticate against the server.
See link:https://github.com/neo4j/neo4j-python-driver/discussions/1031[Mutual TLS].
See xref:connect-advanced.adoc#mtls[Mutual TLS].
====

|
Expand Down

0 comments on commit cabf615

Please sign in to comment.