Skip to content

Commit 7d9babc

Browse files
committed
Improve wording
1 parent 235911c commit 7d9babc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy-manage/users-roles/cluster-or-deployment-auth/openid-connect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ The OpenID Connect realm is designed to allow users to authenticate to {{kib}}.
473473
::::{note}
474474
The OpenID Connect protocol enables authentication for interactive users via a web browser. Users must be able to open a login URL in their browser and enter credentials when prompted.
475475
{{es}} does not support using OpenID Connect to authenticate non-interactive users such as service principals or automated processes. If you wish to authenticate a service, the [JWT](jwt.md) realm may be a suitable alternative.
476-
The JWT realm is able to authenticate the sorts of tokens that are produced by OpenID Connect providers.
476+
The JWT realm is able to authenticate the tokens that are produced by OpenID Connect providers.
477477
::::
478478

479479
Single sign-on realms such as OpenID Connect and SAML make use of the Token Service in {{es}} and in principle exchange a SAML or OpenID Connect Authentication response for an {{es}} access token and a refresh token. The access token is used as credentials for subsequent calls to {{es}}. The refresh token enables the user to get new {{es}} access tokens after the current one expires.

0 commit comments

Comments
 (0)