OpenID Connect & FusionAuth with NextCloud
-
Hello,
I'm trying to configure FusionAuth with the custom social sign in plugin in NextCloud, however when I click the "Sign in with SSO" button it takes me to the FusionAuth login page but then redirects me back to the NextCloud sign in page without logging me in to NextCloud. (I get logged into FusionAuth but not NextCloud).I cannot find any documentation anywhere so I am quite lost, I have the following configuration options setup in NextCloud from FusionAuth:
NextCloud Setting -> FusionAuth Value
Authorize Url -> OAuth IdP login URL
Token Url -> Token endpoint
User info URL -> Userinfo endpoint
client ID -> Client Id
Client Secret -> Client secret
Scope: openid
Any help is appreciated.
-
Hmmm. Do you have any documentation from NextCloud for generic OIDC providers? FusionAuth usually works with generic documentation, so that might be a good place to start looking.
You can also enable debug on the FusionAuth application you are configuring and look in the event log to see if there is more information that might help you debug this issue.