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 5c4702e commit 636d38eCopy full SHA for 636d38e
oauth2_provider/settings.py
@@ -42,6 +42,7 @@
42
'APPLICATION_MODEL': getattr(settings, 'OAUTH2_PROVIDER_APPLICATION_MODEL', 'oauth2_provider.Application'),
43
'REQUEST_APPROVAL_PROMPT': 'force',
44
'ALLOWED_REDIRECT_URI_SCHEMES': ['http', 'https'],
45
+ 'APP_SPECIFIC_SCOPES': False,
46
47
# Special settings that will be evaluated at runtime
48
'_SCOPES': [],
0 commit comments