Skip to content

Commit

Permalink
Merge pull request #548 from maykinmedia/fix/1250-log-out-from-oidc
Browse files Browse the repository at this point in the history
[#1250] Log out from timedout session via OIDC
  • Loading branch information
alextreme authored Mar 20, 2023
2 parents 25b4e76 + 0d66bd5 commit 80f1dcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/open_inwoner/conf/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,7 @@

OIDC_AUTHENTICATE_CLASS = "mozilla_django_oidc_db.views.OIDCAuthenticationRequestView"
OIDC_CALLBACK_CLASS = "mozilla_django_oidc_db.views.OIDCCallbackView"
OIDC_AUTHENTICATION_CALLBACK_URL = "oidc_authentication_callback"
MOZILLA_DJANGO_OIDC_DB_CACHE = "oidc"
MOZILLA_DJANGO_OIDC_DB_CACHE_TIMEOUT = 1

Expand Down

0 comments on commit 80f1dcb

Please sign in to comment.