Skip to content

Add a note about the automatic group_to_role_mapping being disabled (#2233) #2254

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,12 @@ Custom-defined roles, such as `rolename`, must be explicitly created using the `
See link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/administration/access-control/manage-roles[the Cypher Manual -> Creating roles].
====

[NOTE]
====
When specifying explicit group to role mapping the automatic mapping for groups and roles sharing a name is disabled.
This means that all groups and roles need to be specified to be mapped, even if they share a name.
====

[[auth-sso-configure-provider]]
== Configure Neo4j to use an OpenID Connect Identity Provider

Expand Down