Skip to content

Commit a034a55

Browse files
authored
Add platform scheme (#184)
* added platform as a valid redirect scheme * revert pipfile * renamed
1 parent 42c56ff commit a034a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/Platform/settings/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
"write": "Write scope",
206206
"introspection": "Introspect token scope",
207207
},
208-
"ALLOWED_REDIRECT_URI_SCHEMES": ["http", "https", "platform"],
208+
"ALLOWED_REDIRECT_URI_SCHEMES": ["http", "https", "pennlabs-platform"],
209209
"PKCE_REQUIRED": False,
210210
"OIDC_ENABLED": True,
211211
"OIDC_RSA_PRIVATE_KEY": OIDC_RSA_PRIVATE_KEY,

0 commit comments

Comments
 (0)