Skip to content

Commit

Permalink
Fix links to Auth providers in Ops Manual (#1054)
Browse files Browse the repository at this point in the history
  • Loading branch information
JPryce-Aklundh committed Oct 4, 2024
1 parent 04ed82f commit ef5125e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ SET AUTH 'native' {
SET PASSWORD CHANGE REQUIRED
}
----
| Added the ability set which link:{neo4j-docs-base-uri}/operations-manual/{page-version}/authentication-authorization/auth-providers.adoc[auth providers] apply to a user (Enterprise Edition).
| Added the ability set which link:{neo4j-docs-base-uri}/operations-manual/{page-version}/authentication-authorization/auth-providers[auth providers] apply to a user (Enterprise Edition).

Administration of the native (username / password) auth via the new syntax is also now supported (Community Edition).

Expand All @@ -148,7 +148,7 @@ SET AUTH 'externalProviderName' {
SET ID 'userIdForExternalProvider'
}
----
| Added the ability add and remove user link:{neo4j-docs-base-uri}/operations-manual/{page-version}/authentication-authorization/auth-providers.adoc[auth providers] via the `ALTER USER` command.
| Added the ability add and remove user link:{neo4j-docs-base-uri}/operations-manual/{page-version}/authentication-authorization/auth-providers[auth providers] via the `ALTER USER` command.

Setting the native (username / password) auth provider via this new syntax is also supported (Community Edition), but removing any auth provider or setting a non-native auth provider is only supported in Enterprise Edition.

Expand All @@ -171,7 +171,7 @@ label:new[] +
SET AUTH
----
a|
New privilege that allows a user to modify user link:{neo4j-docs-base-uri}/operations-manual/{page-version}/authentication-authorization/auth-providers.adoc[auth providers].
New privilege that allows a user to modify user link:{neo4j-docs-base-uri}/operations-manual/{page-version}/authentication-authorization/auth-providers[auth providers].
This is a sub-privilege of the `ALTER USER` privilege.
Like all `GRANT`/`DENY` commands this is only available in Enterprise Edition.

Expand Down

0 comments on commit ef5125e

Please sign in to comment.