SafeExamBrowser / seb-server

The Safe Exam Browser Server web application simplifies and centralizes the configuration of SEB clients for exams. It interacts with a learning management or exam system for setting up and conducting e-assessments with Safe Exam Browser. It also improves security by allowing to monitor connected SEB clients in real time during e-assessments.
Mozilla Public License 2.0
43 stars 38 forks source link

OlatLmsRestTemplate: also refresh auth token when receiving 403 FORBIDDEN #53

Closed sealexan closed 2 years ago

sealexan commented 2 years ago

As discussed, OLAT might reject an existing but expired token with a 403 instead of 401, so we also re-authenticate accordingly.