Conversation
✅ Deploy Preview for 2i2c-org ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
agoose77
marked this pull request as ready for review
September 3, 2026 14:15
jnywong
approved these changes
Sep 4, 2026
jnywong
left a comment
Member
There was a problem hiding this comment.
Nice! I enjoyed reading this. Just a few minor styling suggestions.
| - auth | ||
| --- | ||
|
|
||
| 2i2c have been working with the [University of Toronto](../../../collaborators/utoronto/) to add support for Canvas as a supported identity provider for JupyterHub. Out of the box, JupyterHub implements support for _authenticating_ users (figuring out who there are) and _authorizing_ users (figuring out whether they are permitted to log into the hub) using an `Authenticator` interface. Via the separate `oauthenticator` package, JupyterHub has support for many kinds of OAuth2-based Identity Providers such as Google or GitHub, in addition to providing a _generic_ authenticator `GenericOAuthenticator` that can be used with any OAuth2 implementation. |
Member
There was a problem hiding this comment.
Suggested change
| 2i2c have been working with the [University of Toronto](../../../collaborators/utoronto/) to add support for Canvas as a supported identity provider for JupyterHub. Out of the box, JupyterHub implements support for _authenticating_ users (figuring out who there are) and _authorizing_ users (figuring out whether they are permitted to log into the hub) using an `Authenticator` interface. Via the separate `oauthenticator` package, JupyterHub has support for many kinds of OAuth2-based Identity Providers such as Google or GitHub, in addition to providing a _generic_ authenticator `GenericOAuthenticator` that can be used with any OAuth2 implementation. | |
| 2i2c have been working with the [University of Toronto](../../../collaborators/utoronto/) to add support for [Canvas](https://www.instructure.com/canvas) as a supported identity provider for JupyterHub. Out of the box, JupyterHub implements support for _authenticating_ users (figuring out who they are) and _authorizing_ users (figuring out whether they are permitted to log into the hub) using an `Authenticator` interface. Via the separate [`OAuthenticator`](https://oauthenticator.readthedocs.io/en/latest/) package, JupyterHub has support for many kinds of OAuth2 identity providers such as Google or GitHub, in addition to providing a _generic_ authenticator `GenericOAuthenticator` that can be used with any OAuth2 implementation. |
Co-authored-by: Jenny Wong <jnywong.pro@gmail.com>
Co-authored-by: Jenny Wong <jnywong.pro@gmail.com>
Co-authored-by: Jenny Wong <jnywong.pro@gmail.com>
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #631