Hi all - am seeking guidance.
I’m stuck during a helm installation within an enterprise kubernetes setting. Am using jupyterhub-samlauthenticator and we are getting what seems a valid SAML response as we would expect.
However after receiving this response we see a ‘405 Method Not Allowed’.
Jupyterhub does not proceed any further in terms of pod setup for the SAML authenticated user.
Would anyone know what is not being allowed ? What is the next step in the authentication/user startup process?
Hi, I am facing same issue as @bytesemantics mentioned. Log level is set to debug but still the only log i see related to SAML is
Samlauthenticator:806] Starting SP-initiated SAML Login
Samlauthenticator:711] Got valid metadata etree
Samlauthenticator:723] Final xpath is […]
Log:189] 302 GET /jupyter/hub/login?next=%2F → [SAML URL]
this is not a solution - but describes how I traced the issue. :). YMMV
I opened up Debugging console in Chrome/DeveloperTools - and watched the SAML auth workflow. This allowed me to identify if the issue was at the SAML side or Jupyter side of the interface. Once I realised that SAML was authenticating successfully - I identified that the redirect URL to Jupyter was incorrect - and we fixed this.
Debug trace was non-evident (despite using a DEBUG level).