<div dir="ltr"><div>Has anyone been able to get JupyterHub authenticating using the OIDC extension?</div><div><br></div><div>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.</div><div><br></div><div>These are the values relating to authentication in the chart values file:</div><div>auth:<br>  type: custom<br>  custom:<br>    className: oauthenticator.generic.GenericOAuthenticator<br>    config:<br>      login_service: "shibboleth"<br>      client_id: "jhub"<br>      client_secret: "<redacted>"<br>      token_url: <a href="https://xx.xx.xx.ca/idp/profile/oidc/token">https://xx.xx.xx.ca/idp/profile/oidc/token</a><br>      userdata_url: <a href="https://xx.xx.xx.ca/idp/profile/oidc/userinfo">https://xx.xx.xx.ca/idp/profile/oidc/userinfo</a><br>      userdata_method: GET<br>      userdata_params: {'state': 'state'}<br>      username_key: sub</div><div><br>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Darren Boss<br>Senior Programmer/Analyst<br>Programmeur-analyste principal<br><a href="mailto:darren.boss@computecanada.ca" target="_blank">darren.boss@computecanada.ca</a></div></div></div>