Skip to content

Commit 1cac2ac

Browse files
committed
add app specific scope setting
1 parent 5050738 commit 1cac2ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

oauth2_provider/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
'APPLICATION_MODEL': getattr(settings, 'OAUTH2_PROVIDER_APPLICATION_MODEL', 'oauth2_provider.Application'),
4343
'REQUEST_APPROVAL_PROMPT': 'force',
4444
'ALLOWED_REDIRECT_URI_SCHEMES': ['http', 'https'],
45+
'APP_SPECIFIC_SCOPES': False,
4546

4647
# Special settings that will be evaluated at runtime
4748
'_SCOPES': [],

0 commit comments

Comments
 (0)