You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using jupyterhub-samlauthenticator with Jupyterhub 4.x I'm getting the following login error:
403 : Forbidden
'_xsrf' argument missing from POST
There is a similar issue reported by a someone using LTIAuthenticator as the authentication module. jupyterhub/ltiauthenticator#157
When monitoring the SAML interaction I do see the XSRF token getting send from my IdP:
Set-Cookie: XSRF-TOKEN=c162cb78480d8ef; Path=/; Secure
X-XSRF-TOKEN: c162cb78480d8ef
Since dev is abandoned in this repo, you may see a working version at the following fork, fixing the _xsrf problem and the SP-initiated login (integrated changes suggested in PR #67 and added some additional modifications), along with some other minor adjustments to latest JupyterHub api:
When using jupyterhub-samlauthenticator with Jupyterhub 4.x I'm getting the following login error:
403 : Forbidden
'_xsrf' argument missing from POST
There is a similar issue reported by a someone using LTIAuthenticator as the authentication module.
jupyterhub/ltiauthenticator#157
When monitoring the SAML interaction I do see the XSRF token getting send from my IdP:
Set-Cookie: XSRF-TOKEN=c162cb78480d8ef; Path=/; Secure
X-XSRF-TOKEN: c162cb78480d8ef
Looks like this issues started after this Jupyterhub code change; jupyterhub/jupyterhub#4032
Would be possible to add XSRF token support?
Thanks,
Chris
The text was updated successfully, but these errors were encountered: