We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2243dc commit fa02f87Copy full SHA for fa02f87
tests/app/idp/idp/settings.py
@@ -84,7 +84,7 @@
84
-----END RSA PRIVATE KEY-----
85
""",
86
),
87
- OAUTH2_PROVIDER_SCOPES=(dict, {"openid": "OpenID Connect scope"}),
+ OAUTH2_PROVIDER_SCOPES=(dict, {"openid": "OpenID Connect scope", "test": "hi"}),
88
OAUTH2_PROVIDER_ALLOWED_SCHEMES=(list, ["https", "http"]),
89
OAUTHLIB_INSECURE_TRANSPORT=(bool, "1"),
90
STATIC_ROOT=(str, BASE_DIR / "static"),
0 commit comments