Re: [cas-user] Re: CAS OIDC 403 forbidden

2020-05-25 Thread Linos Giannopoulos
Hey, I have a similar setup to that of Charl's and I encountered the same issue with 6.1.6. Indeed, downgrading to 6.0 works as expected. I have not tried 6.2.x yet. If you need any extra information, or you have any pointers in terms of where to look, let me know. ~lgian On Wednesday, May

Re: [cas-user] Re: CAS OIDC 403 forbidden

2020-05-20 Thread Charl Thiem
Hi Jérôme I've tried that too. Still no luck with CAS 6.1, 6.0 works fine Regards / Groete *Charl Thiem* Senior Developer | +07 (0) 21 970 4000 | i...@opencollab.co.za | www.opencollab.co.za | @opencollab On Wed, May 20, 2020 at 3:55 PM Jérôme Steve wrote: > Hi charl, > > You try to add the

Re: [cas-user] Re: CAS OIDC 403 forbidden

2020-05-20 Thread Jérôme Steve
Hi charl, You try to add the scopes in your service configuration ? like this : "scopes" : [ "java.util.HashSet", [ "openid"] ] Le mer. 20 mai 2020 à 12:35, Charl Thiem a écrit : > Hi there > > I tried that too with no luck. I think there is a bug in spring's pac4j or > pac4j itself. I had

Re: [cas-user] Re: CAS OIDC 403 forbidden

2020-05-20 Thread Charl Thiem
Hi there I tried that too with no luck. I think there is a bug in spring's pac4j or pac4j itself. I had some places in my debugger stack trace where I could see it never passes a check that is expected to pass... Just my guess I'm no pac4j expert :D I downgraded to 6.0.7 instead of 6.1.6 and it