Skip to content

Commit

Permalink
requesrt token method to post check
Browse files Browse the repository at this point in the history
  • Loading branch information
wprzyb authored Mar 16, 2024
1 parent 5f95e25 commit 0b99716
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auth/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class HSWawOAuth2(BaseOAuth2):
ACCESS_TOKEN_URL = "http://authentik:9000/application/o/token"
DEFAULT_SCOPE = ["profile:read"]
ACCESS_TOKEN_METHOD = 'POST'
REQUEST_TOKEN_METHOD = 'POST'
REDIRECT_STATE = False
SCOPE_SEPARATOR = ","
EXTRA_DATA = [("expires", "expires_in")]
Expand Down

0 comments on commit 0b99716

Please sign in to comment.