fix(configuration): pkce config keys not allowed (#2954)

This fixes a bug that prevents the PKCE configuration keys from being configurable.
pull/2955/head
James Elliott 2022-03-04 16:46:05 +11:00 committed by GitHub
parent 62e670e4fe
commit fd3a2bb1c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -451,6 +451,8 @@ var ValidKeys = []string{
"identity_providers.oidc.access_token_lifespan",
"identity_providers.oidc.refresh_token_lifespan",
"identity_providers.oidc.authorize_code_lifespan",
"identity_providers.oidc.enforce_pkce",
"identity_providers.oidc.enable_pkce_plain_challenge",
"identity_providers.oidc.enable_client_debug_messages",
"identity_providers.oidc.minimum_parameter_entropy",
"identity_providers.oidc.clients",