You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/notifications/all-notifications.adoc
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1260,7 +1260,7 @@ m|INFORMATION
1260
1260
m|SECURITY
1261
1261
|===
1262
1262
1263
-
.Create a user with an auth provider that isn't defined in config
1263
+
.Create a user with an auth provider that is not defined in the configuration
1264
1264
====
1265
1265
Command::
1266
1266
+
@@ -1278,7 +1278,7 @@ Make sure that the given provider is correct, or replace it if not.
1278
1278
If it is correct, make sure to add it as a known auth provider in one or both of `dbms.security.authentication_providers` and `dbms.security.authorization_providers`.
1279
1279
====
1280
1280
1281
-
.Alter a user to add an auth provider that isn't defined in config
1281
+
.Alter a user to add an auth provider that is not defined in the configuration
1282
1282
====
1283
1283
Command::
1284
1284
+
@@ -1323,12 +1323,9 @@ Command::
1323
1323
CREATE USER foo SET AUTH 'exampleProvider' { SET ID 'idString' }
1324
1324
----
1325
1325
1326
-
Description of the returned code::
1327
-
Use setting `dbms.security.require_local_user` to enable external auth.
1328
-
1329
1326
Suggestions for improvement::
1330
1327
Enable linked users through the `dbms.security.require_local_user` setting.
1331
-
Until enabled the new external auth will be ignored and current external auth behaviours will continue to apply.
1328
+
Until enabled, the new external auth will be ignored, and current external auth behaviors will continue to apply.
1332
1329
====
1333
1330
1334
1331
.Alter a user to add an external auth provider when linked users are not enabled
@@ -1340,12 +1337,9 @@ Command::
1340
1337
ALTER USER foo SET AUTH 'exampleProvider' { SET ID 'idString' }
1341
1338
----
1342
1339
1343
-
Description of the returned code::
1344
-
Use setting `dbms.security.require_local_user` to enable external auth.
1345
-
1346
1340
Suggestions for improvement::
1347
1341
Enable linked users through the `dbms.security.require_local_user` setting.
1348
-
Until enabled the new external auth will be ignored and current external auth behaviours will continue to apply.
1342
+
Until enabled, the new external auth will be ignored, and current external auth behaviors will continue to apply.
0 commit comments