[cas-user] CAS 7.1.1 - OIDC issue -> no information sent to redirect_uri

2024-11-22 Thread Pierre Driutti
Hello, I am using a test CAS 7.1.1 server running inside docker, using the below settings: *info*: * description*: CAS Configuration *cas*: *service-registry*: *core*: * init-from-json*:* true* *json*: * location*: file:/etc/cas/services *http-

Re: [cas-user] CAS 7.1.1 - OIDC issue -> no information sent to redirect_uri

2024-11-22 Thread Ray Bon
Pierre, The redirect_uri in your POST is double encoded; not sure if this matters. My test client (using pac4j) sends this GET: https://local.uvic.ca/cas/oidc/oidcAuthorize?scope=openid+profile+email+eduPersonScope+uvicEduPersonScope&response_type=code&redirect_uri=https%3A%2F%2Fdemocasclientloca

[cas-user] Injecting REST API in list of endpoints which can be accessible without authentication

2024-11-22 Thread dhavan mehta
I have developed on endpoint /rest/v1/rbticket which return TGT. I want to make that endpoint public so it can be access without any authentication. I am using CAS overlay 7.1.0. I have created security filter and trying to inject it in filterchain but seems like spring is not picking it up. -

[cas-user] Tomcat CAS Client Filter Only Working at / (Root)

2024-11-22 Thread Colin Ryan
Folks, CAS Client 3.6.4 Filter is starting in the logs, but I only want CAS to be in play for 1 specific WebApp installed on this Tomcat 9 instance. If I change the url-patterns in the web.xml file to "/*" everything works, but if I try to scope CAS down to the specific App the filter's app