fix docu
This commit is contained in:
parent
f50f217d2c
commit
98cc06a442
1 changed files with 8 additions and 3 deletions
|
@ -9,9 +9,13 @@ 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:
|
||||
|
||||
sebserver.webservice.api.admin.accessTokenValiditySeconds=43200
|
||||
|
@ -24,6 +28,7 @@ Please also have a look at `Open Issues <https://https://github.com/SafeExamBrow
|
|||
--------------------------------
|
||||
|
||||
|
||||
**Template**
|
||||
--------------------------------
|
||||
|
||||
- **Version** : 1.0.0
|
||||
|
|
Loading…
Reference in a new issue