Skip to content

Commit

Permalink
chore: add scopes for aanmelden and media
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoesbergen committed Jan 4, 2024
1 parent 7b55b8e commit 032f219
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions LedenAdministratie/settings.py.example
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ OAUTH2_PROVIDER = {
'user/names': 'Je voornaam, achternaam en tussenvoegsels',
'introspection': 'Allow introspection of OAuth tokens',
'openid': 'Genereer een OpenID Connect JWT token',
'aanmelden': 'De app kan namens jou aanmelden bij DJO',
'media': "De app heeft toegang to DJO foto's en video's",
},
'DEFAULT_SCOPES': ['user/basic'],
'PKCE_REQUIRED': False,
Expand Down

0 comments on commit 032f219

Please sign in to comment.