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-
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
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.
-
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