We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffb707b commit 15e8a8cCopy full SHA for 15e8a8c
src/Access/TokenProcessorsParse.cpp
@@ -45,7 +45,7 @@ std::unique_ptr<DB::ITokenProcessor> ITokenProcessor::parseTokenProcessor(
45
if (externally_configured && ! locally_configured)
46
{
47
return std::make_unique<OpenIdTokenProcessor>(processor_name, token_cache_lifetime, username_claim, groups_claim,
48
- config.getString(prefix + ".openid_config_endpoint"),
+ config.getString(prefix + ".configuration_endpoint"),
49
verifier_leeway,
50
jwks_cache_lifetime);
51
}
0 commit comments