FusionAuth with Nextcloud
-
Do someone have an experience of using FusionAuth as the IDP provider for Nextcloud ?
I am not really experienced with IDP provider, so I was expecting to find some detailed tutorial, and nothing appeared with Google ...
Here are my thoughts:
-
There are several nextcloud plugins to configure a SSO, so: is there one that is better than the others ?
- SSO & SAML: https://apps.nextcloud.com/apps/user_saml
- Social login: https://apps.nextcloud.com/apps/sociallogin
- OpenID connext: https://apps.nextcloud.com/apps/oidc_login
-
Do someone is experienced with configuring one of them with FusionAuth, and can he give me a link or explain me here (like I'm 5) how to configure Nextcloud and FusionAuth together ?
Best regards !
-
-
Finally, I used this plugin: https://github.com/nextcloud/user_oidc
The documentation is pretty clear and pretty efficient, and now it works !
@dan thank you for your support !
-
I add more details to my first post
I'm trying to make it work with the plugin Social Login: https://apps.nextcloud.com/apps/sociallogin
I created an app on FusionAuth side:
I added scope=openid to the autorize URL:
At the end, I get a Nextcloud error, it's in french, but you probably get the idea of "Internal servor": "impossible to execute the request .."
Any idea of setting that I should change ?
Best regards !
-
@jbtruffault Hiya,
I'm not familiar with nextcloud, but it seems like you are on the right track.
When debugging oauth issues, we recommend enabling debugging. You can do this on the "OAuth" tab in the application config.
Try to log in from Next cloud.
Then visit the event log (System -> Event Log), you should see some advanced debugging messages, which may be helpful.
-
Finally, I used this plugin: https://github.com/nextcloud/user_oidc
The documentation is pretty clear and pretty efficient, and now it works !
@dan thank you for your support !
-
-
@jbtruffault Glad you figured it out, and thanks for sharing that link!