Skip to content

Commit

Permalink
auth get->post
Browse files Browse the repository at this point in the history
  • Loading branch information
wprzyb authored Nov 25, 2023
1 parent 985e5a8 commit 8537d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class HSWawOAuth2(BaseOAuth2):
ID_KEY = 'username'
AUTHORIZATION_URL = 'https://auth.apps.hskrk.pl/application/o/authorize/'
ACCESS_TOKEN_URL = 'http://authentik:9000/application/o/token/'
ACCESS_TOKEN_METHOD = 'GET'
ACCESS_TOKEN_METHOD = 'POST'
DEFAULT_SCOPE = ['profile:read']
REDIRECT_STATE = False
SCOPE_SEPARATOR = ','
Expand Down

0 comments on commit 8537d13

Please sign in to comment.