docs/reference: Clarify use of idp_service_account (#2431)

This commit is contained in:
Michael Aldridge 2021-08-04 12:42:57 -05:00 committed by GitHub
parent cc9962cca6
commit 0b9f06b5ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -807,7 +807,7 @@ settings:
- Type: `string`
- **Required** for group based policies (most configurations)
doc: |
The identity provider service account setting is used to query associated identity information from your identity provider.
The identity provider service account setting is used to query associated identity information from your identity provider. This is a provider specific value and is not required for all providers. For example, when using Okta this value will be an Okta API key, and for an OIDC provider that provides groups as a claim, this value will be empty.
:::warning