Re: [cas-user] OIDC /authorize - Authorization Denied

2023-07-11 Thread Ray Bon
The issue could be with what the request is asking for (such as scope, etc.) and the service not being configured to release them. My test client (created with cas management application): {"@class":"org.apereo.cas.services.OidcRegisteredService", "serviceId":"https://local.uvic.ca/democasclient

Re: [cas-user] OIDC /authorize - Authorization Denied

2023-07-11 Thread Jérémie
I've found the issue, it was coming from the service file not loaded by cas. I've added the following line to my cas.properties : *cas.service-registry.json.location=file:/C:/Program Files/Tomcat 9.0/etc/cas/config* But now I'm having a new error : 2023-07-11 14:20:47,712 ERROR [org.springfra

[cas-user] [6.6.9] Multifactor authentication problems

2023-07-11 Thread spfma.tech via CAS Community
Hi, I am trying to setup MFA, with GoogleAuthenticator as a first try. As it seemed to work with default in memory storage, I decided to give a try to CouchDB registration. I chose this one because I plan to setup a high availability service, with two nodes. So I need a very simple and repl

Re: [cas-user] OIDC /authorize - Authorization Denied

2023-07-11 Thread Jérémie
Indeed redirect_uri wasn't consistent between conf, but after updating it nothing has changed. This is my service file now : { "@class": "org.apereo.cas.services.OidcRegisteredService", "serviceId": "http://localhost:3000";, "name": "OIDC", "id": 1, "clientId": "41ff9715-bd3e-473c-988

[cas-user] Re: CAS 6.5.2 - JPA ticket service registry does not create int_lock table

2023-07-11 Thread Andrey Nikolaev
Add property spring.integration.jdbc.initialize-schema=always On Saturday, July 8, 2023 at 8:17:47 AM UTC+3 Pablo Vidaurri wrote: > Same issue with CAS 6.6.8 > > > > On Wednesday, April 6, 2022 at 8:14:36 AM UTC-5 fred...@lohier.org wrote: > >> Hello, >> >> I am upgrading our CAS 6.4.6.1 to CAS 6