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
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):
https://github.com/poVoq/simplesamlphp-module-sqlauthphppassword
OpenID Connect (OIDC) is being worked on.
OpenID Connect (OIDC) is being worked on.
sounds great - Thanks!
OpenID Connect (OIDC) is being worked on.
Is it really? Am afraid not.
keep alive
Apparently it is being worked on indeed: https://apps.nextcloud.com/apps/user_oidc
Most helpful comment
OpenID Connect (OIDC) is being worked on.