Skip to content

Commit

Permalink
token settings tweaking, debug off
Browse files Browse the repository at this point in the history
  • Loading branch information
wprzyb authored Mar 16, 2024
1 parent 178da60 commit 6c31801
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 @@ -9,7 +9,7 @@ class HSWawOAuth2(BaseOAuth2):
ID_KEY = "username"
AUTHORIZATION_URL = "https://auth.apps.hskrk.pl/application/o/authorize/"
ACCESS_TOKEN_URL = "https://auth.apps.hskrk.pl/application/o/token/"
DEFAULT_SCOPE = ["email, openid, profile"]
DEFAULT_SCOPE = ["email openid profile"]
ACCESS_TOKEN_METHOD = 'POST'
REQUEST_TOKEN_METHOD = 'POST'
REDIRECT_STATE = False
Expand Down

0 comments on commit 6c31801

Please sign in to comment.