This commit is contained in:
anhefti 2022-07-21 15:53:55 +02:00
parent afb3cc8ea7
commit f50f217d2c

View file

@ -11,11 +11,8 @@ Please also have a look at `Open Issues <https://https://github.com/SafeExamBrow
- **Version** : 1.3.x
- **Domain** : Exam Monitoring
- **Problem** : SEB connections get lost and ping-times go up for already connected SEB clients
- **Explanation** : This issue is due to a access token used by SEB client to authenticate on SEB Server that lasts not longer the
one hour since SEB Server version 1.3 and since SEB client has no new access token request implements yet.
- **Solution** : A workaround for SEB Server version 1.3.x is to make the access token expiry-date last long enough to minimize the possibility
that the access token became invalid during a exam. We recommend to set it to 12 hours = 43200 seconds. Therefore please set the following
SEB Server setup properties in the respective application-prod.properties configuration file of your SEB Server setup:
- **Explanation** : This issue is due to a access token used by SEB client to authenticate on SEB Server that lasts not longer the one hour since SEB Server version 1.3 and since SEB client has no new access token request implements yet.
- **Solution** : A workaround for SEB Server version 1.3.x is to make the access token expiry-date last long enough to minimize the possibility that the access token became invalid during a exam. We recommend to set it to 12 hours = 43200 seconds. Therefore please set the following SEB Server setup properties in the respective application-prod.properties configuration file of your SEB Server setup:
sebserver.webservice.api.admin.accessTokenValiditySeconds=43200
sebserver.webservice.api.exam.accessTokenValiditySeconds=43200
@ -25,6 +22,8 @@ handle SEB Server communication token expiry by automatically requesting a new a
when an old access token is not valid any longer.
--------------------------------
--------------------------------
- **Version** : 1.0.0