Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merge Jan 9] utoronto: Enable automatic login on utoronto hubs #3531

Merged
merged 1 commit into from
Jan 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions config/clusters/utoronto/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,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