Update config.yaml descriptions
The updates are meant to make the descriptions to correctly use "OpenID Connect", also the oidc-client-secret section moved next to oidc-client-id.
This commit is contained in:
parent
0717721f7e
commit
4b8a2541eb
18
config.yaml
18
config.yaml
@ -13,14 +13,19 @@ options:
|
||||
default: ''
|
||||
type: string
|
||||
description: |
|
||||
Client identifier.
|
||||
Client identifier used to connect to the OpenID Connect Provider.
|
||||
oidc-client-secret:
|
||||
default: ''
|
||||
type: string
|
||||
description: |
|
||||
Password used to authenticate with the OpenID Connect Provider.
|
||||
oidc-provider-metadata-url:
|
||||
default: ''
|
||||
type: string
|
||||
description: |
|
||||
URL to discover the OpenID Provider and obtain information needed to
|
||||
interact with it, including its OAuth 2.0 endpoint locations. Example:
|
||||
https://example.com/.well-known/openid-configuration
|
||||
URL to discover the OpenID Connect Provider and obtain information
|
||||
needed to interact with it, including its OAuth 2.0 endpoint
|
||||
locations. Example: https://example.com/.well-known/openid-configuration
|
||||
oidc-provider-issuer:
|
||||
default: ''
|
||||
type: string
|
||||
@ -74,11 +79,6 @@ options:
|
||||
type: string
|
||||
description: |
|
||||
Federation protocol name.
|
||||
oidc-client-secret:
|
||||
default: ''
|
||||
type: string
|
||||
description: |
|
||||
Used to authenticate with the Identity Provider.
|
||||
oidc-remote-user-claim:
|
||||
default: ''
|
||||
type: string
|
||||
|
Loading…
x
Reference in New Issue
Block a user