Skip to content

Commit

Permalink
Update backend.py - internal token url check
Browse files Browse the repository at this point in the history
  • Loading branch information
wprzyb authored Mar 16, 2024
1 parent 69a1073 commit 7276f56
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 @@ -8,7 +8,7 @@ class HSWawOAuth2(BaseOAuth2):
name = "hswaw"
ID_KEY = "username"
AUTHORIZATION_URL = "https://auth.apps.hskrk.pl/application/o/authorize"
ACCESS_TOKEN_URL = "https://auth.apps.hskrk.pl/application/o/token"
ACCESS_TOKEN_URL = "http://authentik:9000/application/o/token"
DEFAULT_SCOPE = ["profile:read"]
REDIRECT_STATE = False
SCOPE_SEPARATOR = ","
Expand Down

0 comments on commit 7276f56

Please sign in to comment.