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.
2 parents e2a44ef + 5e1ab38 commit cc4edadCopy full SHA for cc4edad
profiles/__init__.py
@@ -27,8 +27,8 @@
27
"default": ProviderConfiguration(
28
issuer=app.config["OIDC_ISSUER"],
29
client_metadata=ClientMetadata(
30
- app.config["PROFILES_OIDC_CLIENT_ID"],
31
- app.config["PROFILES_OIDC_CLIENT_SECRET"],
+ app.config["OIDC_CLIENT_CONFIG"]["client_id"],
+ app.config["OIDC_CLIENT_CONFIG"]["client_secret"],
32
),
33
)
34
},
0 commit comments