Closed marikaris closed 8 months ago
Tried different combinations (summary): X marks absence of error <html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns="http://www.w3.org/TR/REC-html40">
| Armadillo 3.4 | Armadillo 4.1 -- | -- | -- CAS + OIDC | X | Local + OIDC | X | X CAS + Basic auth | X | X Local + Basic auth | X | X
How to reproduce
CAS + OIDC + Armadillo 4
Login to the central analysis server and execute this code (on an armadillo 4 server):
Output:
Interestingly, despite this error, the data appears to be assigned and usable though:
In the logs we see the following happening:
When turning up the loglevel in the
application.yml
(logging.level.org.apache.coyote.http11.Http11InputBuffer=DEBUG
), I saw the following:Local R studio + OIDC + Armadillo 4
When we run the same code in our local R studio (not via the CAS), we don't get an error and we see this in the logs:
and this:
This means that the token doesn't seem to get passed when using the CAS, explaining the
AUTHENTICATION_FAILED
andAnonymousUser
.