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.
1 parent 42c56ff commit a034a55Copy full SHA for a034a55
backend/Platform/settings/base.py
@@ -205,7 +205,7 @@
205
"write": "Write scope",
206
"introspection": "Introspect token scope",
207
},
208
- "ALLOWED_REDIRECT_URI_SCHEMES": ["http", "https", "platform"],
+ "ALLOWED_REDIRECT_URI_SCHEMES": ["http", "https", "pennlabs-platform"],
209
"PKCE_REQUIRED": False,
210
"OIDC_ENABLED": True,
211
"OIDC_RSA_PRIVATE_KEY": OIDC_RSA_PRIVATE_KEY,
0 commit comments