Skip to content
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 @@ -21,6 +21,8 @@ If suspended while using Neo4j, they lose all assigned roles with their privileg
* Users who authenticate and authorize against an external ID provider (e.g., LDAP) can still log in.
If suspended while using Neo4j, they retain the roles and the privileges assigned by the external provider, including the `PUBLIC` role.
To prevent any of these, you need to use the mechanisms of their identity provider.
* Users who authenticate and authorize against an external ID provider and have xref:authentication-authorization/auth-providers.adoc[user auth providers] set up cannot log into Neo4j.
If suspended while using Neo4j, they lose all assigned roles and associated privileges, including the `PUBLIC` role, until reactivated.

[[access-control-user-syntax]]
== User management command syntax
Expand Down