-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 as an single-sign-on (SSO) Backend #716
Comments
For OpenID Connect this would be an identity provider, right? Having an app in Nextcloud for this would be great! |
A bit of a workaround, but this this you can use your Nextcloud db as a auth backend for SimpleSAMLphp (not really tested and experimental): |
OpenID Connect (OIDC) is being worked on. |
sounds great - Thanks! |
Is it really? Am afraid not. |
keep alive |
Apparently it is being worked on indeed: https://apps.nextcloud.com/apps/user_oidc |
However, as @Thesola10 mentioned in #8846 (comment), |
I think this is out-of-scope for the Nextcloud server core, but it's already available as third-party app (https://github.com/H2CK/oidc). |
What I am looking for is a way to use nextcloud as a SSO-Backend (little bit like github SSO) to authenticate users for another web-app. There are a lot of installations on hosted servers without the opportunity to install ldap or a similar service for SSO - authentication.
First of all, I am NOT a programmer so I might be totally wrong with my thoughts...
https://my.cloud.com/auth?<hashed appKey salted with appSecret>
If all this (or a similar solution) exists already and I did not found it, please give me some hints how I can proceed.
Thank you for your great work!
Martin
The text was updated successfully, but these errors were encountered: