-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add notifications for linked users #142
Add notifications for linked users #142
Conversation
[cols="<1s,<4"] | ||
|=== | ||
|Code | ||
m|Neo.ClientNotification.Security.AuthProviderNotDefined |
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.
This notification was covered by CIP-145.
[cols="<1s,<4"] | ||
|=== | ||
|Code | ||
m|Neo.ClientNotification.Security.ExternalAuthNotEnabled |
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.
This notification was an error in CIP-145 but was decided to be just a warning during implementation (to not lock out current external only users from being able to switch by first adding the new external only users to system before disabling their ways to log in)
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.
Some minor editorial suggestions. Otherwise, it looks good from my side.
52242a7
to
2d5382c
Compare
@renetapopova The PR introducing these notifications has been merged. However the feature is still behind a feature flag and not fully done, should we merge this already now or should it wait for the feature to be GA? |
Are these notifications visible to the user? |
If you turn on the feature flag (an internal setting) and try out the linked users feature and trigger them, yes. If you don't turn on the feature flag then no. |
We don't surface internal settings, so I guess we don't need to merge it for now. |
Related to neo4j/docs-operations#1745 |
Updated version tag to match the related docs PR |
599e7d7
to
e842ee7
Compare
e842ee7
to
d4181a6
Compare
Thanks for the documentation updates. The preview documentation has now been torn down - reopening this PR will republish it. |
Notifications introduced in neo-technology/neo4j#25227 (merged, but behind feature flag). Feature flag removed in neo-technology/neo4j#26923.
Notifications introduced in https://github.com/neo-technology/neo4j/pull/25227 (merged, but behind feature flag). Feature flag removed in https://github.com/neo-technology/neo4j/pull/26923.