-
Notifications
You must be signed in to change notification settings - Fork 82
docs: add info about suspended status whit user auth providers (COPS-12) #2735
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
docs: add info about suspended status whit user auth providers (COPS-12) #2735
Conversation
838a940 to
2b1e136
Compare
| * 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added it as another bullet point, another option would have been to have it in a NOTE block.
renetapopova
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
modules/ROOT/pages/authentication-authorization/manage-users.adoc
Outdated
Show resolved
Hide resolved
Co-authored-by: Phil Wright <95368282+phil198@users.noreply.github.com>
|
Thanks for the documentation updates. The preview documentation has now been torn down - reopening this PR will republish it. |
|
Hey @evelinadanielsson, please don't merge the PRs before all the checks are green. Also, the docs team is responsible for merging them. |
Cherry-picked from #2735 --------- Co-authored-by: evelinadanielsson <evelina.danielsson@neo4j.com> Co-authored-by: Evelina Danielsson <evelina.danielsson@gmail.com> Co-authored-by: Phil Wright <95368282+phil198@users.noreply.github.com>
Adding info about the behavior if a user with user auth provider is suspended.
Linear issue COPS-12