jupyterhub / oauthenticator

OAuth + JupyterHub Authenticator = OAuthenticator
https://oauthenticator.readthedocs.io
BSD 3-Clause "New" or "Revised" License
409 stars 363 forks source link

Nextcloud OAuth 2.0 support #613

Open LilianBoulard opened 1 year ago

LilianBoulard commented 1 year ago

Proposed feature

For people with a self-hosted Nextcloud instance, it would be very convenient to be able to connect to JupyterHub using the already existing users.

The implementation should be quite straightforward, a first version is available in #321.

I believe the only significant difference from existing connectors is that, because Nextcloud is self-hosted, the instance URL should be passed by the user.

If it fits in the project's scope, please give me a green light and I'd be up for submitting a PR with an updated implementation.

welcome[bot] commented 1 year ago

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively. welcome You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:

minrk commented 1 year ago

We aren't generally accepting new OAuthenticator subclasses in this repo. GenericOAuthenticator should work with just about any oauth provider via configuration. If you'd like to add the configuration required to use GenericOAuthenticator to the documentation, that would be very welcome!