owncloud-archive / sociallogin

GNU Affero General Public License v3.0
3 stars 5 forks source link

social login with keycloak #8

Closed r4nmaru1234 closed 4 years ago

r4nmaru1234 commented 4 years ago

Hello I want to setup Owncloud integration with keycloak but run into a couple of issues and cant find any guide or solutions so far

I have setup the keycloak and owncloud server and now i just have to make owncloud accept the keycloak login

Could someone give a few hints how the keycloak and owncloud configuration should look like? I tried several things but nothing seems to be working

Owncloud configuration

Authorize URL: http://10.2.1.27:8080/auth/realms/Patients/protocol/openid-connect/auth Token URL: http://10.2.1.27:8080/auth/realms/Patients/protocol/openid-connect/token User Info URL: http://10.2.1.27:8080/auth/realms/Patients/protocol/openid-connect/userinfo

owncloud

keycloak configuration settings keycloak settings

keycloak client scopes keycloak client scopes

error message error message

DeepDiver1975 commented 4 years ago

I highly recommend using the openidconnect app which is about to be released these days.

We should archive sociallogin App ....

r4nmaru1234 commented 4 years ago

thanks for the reply i was wondering why there was no further information on this app anymore