Add a timeout to SLO requests

This commit is contained in:
Valentin Samir
2015-12-13 13:50:01 +01:00
parent bfad265299
commit cd4b9846cd
3 changed files with 4 additions and 0 deletions

View File

@@ -99,6 +99,7 @@ Authentication settings:
* ``CAS_SLO_MAX_PARALLEL_REQUESTS``: Maximum number of parallel single log out requests send.
If more requests need to be send, there are queued. The default is ``10``.
* ``CAS_SLO_TIMEOUT``: Timeout for a single SLO request in seconds. The default is ``5``.
Tickets validity settings: