Skip to content

Commit 42c56ff

Browse files
authored
Added platform as a valid redirect scheme (#183)
* added platform as a valid redirect scheme * revert pipfile
1 parent b2a8664 commit 42c56ff

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

backend/Pipfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ djangorestframework-api-key = "*"
2323
psycopg2 = "*"
2424
sentry-sdk = "*"
2525
django-oauth-toolkit = "*"
26-
oauthlib = {git = "https://github.com/oauthlib/oauthlib.git@f9a07c6"}
2726
django-cors-headers = "*"
2827
django = "*"
2928
pyyaml = "*"

backend/Pipfile.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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"],
208+
"ALLOWED_REDIRECT_URI_SCHEMES": ["http", "https", "platform"],
209209
"PKCE_REQUIRED": False,
210210
"OIDC_ENABLED": True,
211211
"OIDC_RSA_PRIVATE_KEY": OIDC_RSA_PRIVATE_KEY,

0 commit comments

Comments
 (0)