Skip to content

Commit

Permalink
Use refresh token
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikhorluck committed Mar 19, 2024
1 parent 79e2b4d commit 1c63fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onlineweb4/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,4 @@ def get_stats_file() -> str:
OIDC_OP_LOGOUT_URL_METHOD = "apps.authentication.backends.provider_logout"
# we need it for logout
OIDC_STORE_ID_TOKEN = True
OIDC_RP_SCOPES = "openid email profile"
OIDC_RP_SCOPES = "openid email profile offline_access"

0 comments on commit 1c63fcd

Please sign in to comment.