fix(configuration): missing oidc minimum_parameter_entropy validator key (#2244)
* fix(oidc): missing validator key * revert: return removed key Co-authored-by: Amir Zarrinkafsh <nightah@me.com>pull/2246/head^2
parent
b415770548
commit
13ae1b4f26
|
@ -277,6 +277,7 @@ var ValidKeys = []string{
|
|||
"identity_providers.oidc.refresh_token_lifespan",
|
||||
"identity_providers.oidc.authorize_code_lifespan",
|
||||
"identity_providers.oidc.enable_client_debug_messages",
|
||||
"identity_providers.oidc.minimum_parameter_entropy",
|
||||
"identity_providers.oidc.clients",
|
||||
"identity_providers.oidc.clients[].id",
|
||||
"identity_providers.oidc.clients[].description",
|
||||
|
|
Loading…
Reference in New Issue