-
Couldn't load subscription status.
- Fork 83
Add docs configuration dbms.security.allow_oidc_credential_forwarding_enabled #2657
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 docs configuration dbms.security.allow_oidc_credential_forwarding_enabled #2657
Conversation
| [frame="topbot", stripes=odd, grid="cols", cols="<1s,<4"] | ||
| |=== | ||
| |Description | ||
| a|When set to `true`, remote database aliases are allowed to authenticate to remote databases using OIDC credential forwarding. When set to `false`, authentication of remote database aliases using OIDC credential forwarding is disallowed. Existing aliases that rely on this method remain defined but cannot be used to connect until this setting is enabled. |
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.
Alternative description:
When set to true, remote database aliases are allowed to forward OIDC credentials to authenticate on remote Neo4j DBMS. When set to false, OIDC credentials are not allowed to be forwarded to remote DBMS. Existing aliases that rely on this method remain defined but cannot be used to connect until this setting is enabled.
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.
I like the alternative more. It's clearer, I think.
084ffe2 to
7a2945e
Compare
|
Thanks for the documentation updates. The preview documentation has now been torn down - reopening this PR will republish it. |
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!
This adds documentation about the new configuration dbms.security.allow_oidc_credential_forwarding_enabled introduced in this PR.