Tim,
Your regex is looking for dashboard at the end of the string or followed by /
and some optional characters. Your service has dashboard followed by
,original...
You could try this (\\z|/?.*) to make the / optional.
Ray
On Tue, 2017-12-19 at 15:42 -0600, Tim Tyler wrote:
Dave, others,
Ok,
Dave, others,
Ok, I think I am getting closer but I am getting the error shown below.
I should note that there was no etc/cas/services directory so I had to
create the service directory manually before creating the
etc/cas/services/CASAdminDashboard-123456789.json
file. I included the port :8443
I noticed that if I set cas.serviceRegistry.initFromJson to false, two json
files are automatically created for me when CAS starts up,
Apereo-1002.json and HTTPSandIMAPS-1001.json with default values.
How can this be avoided?
I recall this came up on the list a while back, so you might se
Using cas.serviceRegistry.json.location instead of
cas.serviceRegistry.config.location solved my issue. Apparently this
changed between 5.1.x and 5.2.0. Once again, thanks Dave for working me
through this.
About your second comment, I noticed that if I set
cas.serviceRegistry.initFromJson to
Thanks i just added it to my log4j file. i will see the log
2017-12-19 11:30 GMT-06:00 Ray Bon :
> Carlos,
>
> Your applications (app-b and app-c) need to process the logout request.
> To see what CAS does during logout, and what URLs it calls for your apps,
> put these in your CAS log4j2.xml
>
>
Carlos,
Your applications (app-b and app-c) need to process the logout request.
To see what CAS does during logout, and what URLs it calls for your apps, put
these in your CAS log4j2.xml
Look at your tomcat or apache config…
Our security folks had us turn on header security in tomcat.
--- Web.xml---
httpHeaderSecurity
org.apache.catalina.filters.HttpHeaderSecurityFilter
true
httpHeaderSecurity
/*
-John Ourada
From: cas-u
And? That doesn't work?
It was just my guess. I am actually using another configuration to proxy
standalone CAS behind Apache HTTP Server . Following configuration allows
me to define both AJP (for proxying) and HTTP (for local monitoring) ports.
$ cat /etc/cas/config/application.yml
info:
des
Bonjour,
Avez vous réussi à résoudre ce problème?
Je suis également intéressé.
Cordialement,
Philippe
Le mardi 12 décembre 2017 09:43:54 UTC+1, Sébastien BEAUDLOT a écrit :
>
> Hello,
>
> Thanks, but no change. Iframe is still denied.
>
> Regards.
>
> --
> Sébastien BEAUDLOT
>
> Administrateu
Hi i have a question to make you gays,
I'm a new in CAS so i have a question to make, i authenticate my
applications with the CAS server but when i log out from one aplication i
still be log in the another application for example.
I have an application cal app-b and another call app-c, so when i
Here is one way to do it. It's not the only way, since CAS gives you so
many options, but it should be enough to get you started.
1. Set these to enable the dashboard (these settings enable all of the
endpoints; you can also pick and choose):
cas.adminPagesSecurity.actuatorEndpointsEnabled: true
Hi,
I am trying to delegate authentication from CAS 5.2 to SAML Idp [Octa]
I did all the required configurations, and when I can see the option to
authentication through SAML on CAS login page.
But when I click it, I am redirected to ockta login page, but after
successful login it does not redir
I am trying to demo SSO with CAS as a SAML2 IdP.
I am running cas-overlay-template 5.1.6.
Custom dependencies:
*
org.apereo.cas
cas-server-support-saml-idp
${cas.version}
org.apereo.cas
cas-server-support
13 matches
Mail list logo