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

Nextcloud OAuth 2.0 support #613

Open
LilianBoulard opened this issue May 11, 2023 · 2 comments
Open

Nextcloud OAuth 2.0 support #613

LilianBoulard opened this issue May 11, 2023 · 2 comments

Comments

@LilianBoulard
Copy link

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
Copy link

welcome bot commented May 11, 2023

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗

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! 👋

Welcome to the Jupyter community! 🎉

@minrk
Copy link
Member

minrk commented May 11, 2023

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants