Skip to content

Commit

Permalink
remove role=
Browse files Browse the repository at this point in the history
  • Loading branch information
renetapopova committed Dec 23, 2024
1 parent 2ae6c71 commit 708c79a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ dbms.security.oidc.mysso.get_groups_from_user_info=true
+
It is possible to fetch just the username, just the groups, or both from the userinfo endpoint.

[role=]

[[auth-sso-auth-providers]]
=== Configure SSO at the user level using auth providers
xref:authentication-authorization/auth-providers.adoc[User auth providers] can be used to determine which users can authenticate and authorize using the configured providers.
Expand Down
4 changes: 2 additions & 2 deletions modules/ROOT/pages/clustering/databases.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ neo4j@neo4j> DRYRUN REALLOCATE DATABASES;
+----------------------------------------------------------------------------------------------------------------------------------------+
----

[role=]

[[recreate-databases]]
== Recreate a database

Expand All @@ -269,7 +269,7 @@ Neo4j 5.24 introduces the xref:procedures.adoc#procedure_dbms_cluster_recreateDa

* To make your database write-available again after it has been lost (for example, due to a disaster).
See xref:clustering/disaster-recovery.adoc[Disaster recovery] for more information.

[CAUTION]
====
The recreate procedure works only for real user databases and not for composite databases, or the `system` database.
Expand Down

0 comments on commit 708c79a

Please sign in to comment.