JupyterHub and OIDC extension

Darren Boss darren.boss at computecanada.ca
Fri May 22 16:30:14 UTC 2020


Has anyone been able to get JupyterHub authenticating using the OIDC
extension?

I keep getting stale request messages instead of the login. I notice that
no claims are in the auth url and I'm not sure how to configure this at the
moment using the zero-to-kubernetes helm chart.

These are the values relating to authentication in the chart values file:
auth:
  type: custom
  custom:
    className: oauthenticator.generic.GenericOAuthenticator
    config:
      login_service: "shibboleth"
      client_id: "jhub"
      client_secret: "<redacted>"
      token_url: https://xx.xx.xx.ca/idp/profile/oidc/token
      userdata_url: https://xx.xx.xx.ca/idp/profile/oidc/userinfo
      userdata_method: GET
      userdata_params: {'state': 'state'}
      username_key: sub

-- 
Darren Boss
Senior Programmer/Analyst
Programmeur-analyste principal
darren.boss at computecanada.ca
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20200522/e0ccc17a/attachment.htm>


More information about the users mailing list