From 4b8a2541eb983d2c4ff92532552a7a377dd49e8a Mon Sep 17 00:00:00 2001 From: Felipe Reyes Date: Tue, 16 Aug 2022 10:38:47 -0400 Subject: [PATCH] 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. --- config.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/config.yaml b/config.yaml index c228435..36be16f 100644 --- a/config.yaml +++ b/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