felixrupp / user_cas

This app provides CAS authentication support for ownCloud and Nextcloud, using the phpCAS library of jasig/apereo.
Other
21 stars 24 forks source link

403 Forbidden Access #92

Closed jskyfacts closed 4 years ago

jskyfacts commented 4 years ago

I am trying to implement the user_cas app with nextcloud.. I reckon that i am being successfully authenticated to the cas server but on redirection to nextcloud I see the below message:- image I have already thoroughly referred to issue #52 I was using user_ldap before implementing user_cas and I disabled it and also deleted everything from the database but I get the same error I also tried a fresh installation without user_ldap and still can't make it work. I am using Nexcloud 19.0.0 , phpcas 1.3.8, Ubuntu 18.0.4 and here are my phpcas logs log.txt

felixrupp commented 4 years ago

Hi @pllvpipalwa

the 403 error only appears, when you have successfully logged in your cas-server but the Nextcloud authentication fails or if you set up the authorization feature by groups and your user is not in a valid group.

To find out what the problem is, I need the Nextcloud log lines for one failed login attempt (without sensitive data of course). Then we can check what really happens.

EDIT: Just saw, that you closed this issue yourself. Is your problem fixed by now?

Regards, Felix