* Consistency in writing style Removing spaces before and after brackets for consistency. * Remove typo Remove one of two consecutive "the"s Co-authored-by: Johannes Mahne <johannes.mahne@elastic.co>
This commit is contained in:
parent
88634bc022
commit
8080f1ce87
|
@ -886,7 +886,7 @@ authentication proxy handling the authentication of end users (more correctly,
|
|||
APIs require authentication and the necessary authorization level for the authenticated
|
||||
user. For this reason, you must create a Service Account user and assign it a role
|
||||
that gives it the `manage_saml` cluster privilege. The use of the `manage_token`
|
||||
cluster privilege will be necessary after the authentication takes place, so that the
|
||||
cluster privilege will be necessary after the authentication takes place, so that
|
||||
the service account user can maintain access in order refresh access tokens on
|
||||
behalf of the authenticated users or to subsequently log them out.
|
||||
|
||||
|
|
Loading…
Reference in New Issue