Re: [cas-user] CAS 7.0.0 - Service unauthorized to use CAS

2023-06-15 Thread Dillon Power
Unfortunately the only services working are on CAS 5.3.16, which we're trying to get away from. All services for 7.0.0 are going to be new. I don't have CAS management installed, but I'm working to try to get that up and running as well. Is there any specific way to register a service other

Re: [cas-user] CAS 7.0.0 - Service unauthorized to use CAS

2023-06-14 Thread Ray Bon
Dillon, Do any other services work? You can simplify your service definition. This one will handle any http service: https://github.com/apereo/cas/blob/master/webapp/cas-server-webapp-resources/src/main/resources/services/HTTPSandIMAPS-1001.json The error message is saying that the

Re: [cas-user] CAS 7.0.0 - Service unauthorized to use CAS

2023-06-14 Thread Dillon Power
Hi Ray, I was able to see what was wrong with the regex, and you were right about that. However, I'm still getting this error: " The application you attempted to authenticate to is not authorized to use CAS. This usually indicates that the application is not registered with CAS, or its

Re: [cas-user] CAS 7.0.0 - Service unauthorized to use CAS

2023-06-12 Thread Ray Bon
Dillon, Your regex does not look right to me. Here is one of my test apps: ^https?://local\\.uvic\\.ca/~rbon/phpCAS/docs/examples/.* We are not escaping

[cas-user] CAS 7.0.0 - Service unauthorized to use CAS

2023-06-09 Thread Dillon Power
Hi all, After installing and configuring CAS to work with our DegreeWorks install, I'm seeing that the application is unable to login with CAS despite having a service registry. Is there some formatting issues with our registry entry? For reference, we're running tomcat 10, cas 7.0.0, jdk17.