Skip to content

Commit

Permalink
Add platform scheme (#187)
Browse files Browse the repository at this point in the history
* added platform as a valid redirect scheme

* revert pipfile

* renamed

* remove apply 1

* pennmobile rename
  • Loading branch information
sritanmotati authored Feb 9, 2025
1 parent 70cda8a commit d11857a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Platform/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
"write": "Write scope",
"introspection": "Introspect token scope",
},
"ALLOWED_REDIRECT_URI_SCHEMES": ["http", "https", "pennlabs-platform"],
"ALLOWED_REDIRECT_URI_SCHEMES": ["http", "https", "pennmobile"],
"PKCE_REQUIRED": False,
"OIDC_ENABLED": True,
"OIDC_RSA_PRIVATE_KEY": OIDC_RSA_PRIVATE_KEY,
Expand Down

0 comments on commit d11857a

Please sign in to comment.