Skip to content

Commit e2a44ef

Browse files
authored
Merge pull request #243 from shaeespring/develop
fix environment variable names
2 parents 59cf54d + 0e7bd9c commit e2a44ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

profiles/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"default": ProviderConfiguration(
2828
issuer=app.config["OIDC_ISSUER"],
2929
client_metadata=ClientMetadata(
30-
app.config["OIDC_CLIENT_ID"], app.config["OIDC_CLIENT_SECRET"]
30+
app.config["PROFILES_OIDC_CLIENT_ID"],
31+
app.config["PROFILES_OIDC_CLIENT_SECRET"],
3132
),
3233
)
3334
},

0 commit comments

Comments
 (0)