Skip to content

Commit 79906b2

Browse files
added note about origin setting for authentication providers (#3827)
## Summary Added note about new `origin` setting available for authentication providers added with elastic/kibana#239993
1 parent 54a9c71 commit 79906b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy-manage/users-roles/cluster-or-deployment-auth/kibana-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To provide login instructions to users, use the `xpack.security.loginHelp` setti
3636
::::
3737

3838

39-
If you don’t want a specific provider to show up at the Login Selector UI (e.g. to only support third-party initiated login) you can hide it with `showInSelector` setting set to `false`. However, in this case, the provider is presented in the provider chain and may be consulted during authentication based on its `order`. To disable the provider, use the `enabled` setting.
39+
If you don’t want a specific provider to show up at the Login Selector UI (for example, if you only want to support third-party initiated login) you can hide it with `showInSelector` setting set to `false`. Or, if you only want to show a provider for a specific origin(s), you can use the `origin` setting. However, in both cases the provider is still part of the provider chain and may be used during authentication based on its order. To fully disable a provider, use the `enabled` setting.
4040

4141
::::{tip}
4242
The Login Selector UI can also be disabled or enabled with `xpack.security.authc.selector.enabled` setting.

0 commit comments

Comments
 (0)