Skip to content

Commit

Permalink
Merge pull request #3531 from yuvipanda/utor-autologin
Browse files Browse the repository at this point in the history
[Merge Jan 9] utoronto: Enable automatic login on utoronto hubs
  • Loading branch information
yuvipanda authored Jan 9, 2024
2 parents 59eade7 + 3246341 commit c84b8fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/clusters/utoronto/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ jupyterhub:
concurrent_spawn_limit: 100
# We wanna keep logs long term, primarily for analytics
extra_log_file: /srv/jupyterhub/jupyterhub.log
Authenticator:
# If users come directly to jupyter.utoronto.ca or any of the other hub landing pages,
# we don't actually want to show them the landing page - just auth them if needed and
# send them over to wherever they need to go. This is because there is an *external* home
# page that is sending people to appropriate locations with /hub/user-redirect.
auto_login: true
CILogonOAuthenticator:
allowed_idps:
https://idpz.utorauth.utoronto.ca/shibboleth:
Expand Down

0 comments on commit c84b8fd

Please sign in to comment.