1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-29 20:51:11 +02:00

Client CAS

This commit is contained in:
Yohann D'ANELLO
2020-02-22 23:44:24 +01:00
parent 4b7f40a046
commit 85881a5cc5
5 changed files with 18 additions and 2 deletions

View File

@ -47,3 +47,6 @@ CSRF_COOKIE_SECURE = False
CSRF_COOKIE_HTTPONLY = False
X_FRAME_OPTIONS = 'DENY'
SESSION_COOKIE_AGE = 60 * 60 * 3
# CAS Client settings
CAS_SERVER_URL = "https://note.crans.org/cas/"