Re: [cas-user] how to access admin or management page?

2017-12-19 Thread Ray Bon
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,

RE: [cas-user] how to access admin or management page?

2017-12-19 Thread Tim Tyler
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

Re: [cas-user] JSON Service Registry cas.serviceRegistry.config.location property setting ineffective after upgrading to CAS version 5.2

2017-12-19 Thread David Curry
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

Re: [cas-user] JSON Service Registry cas.serviceRegistry.config.location property setting ineffective after upgrading to CAS version 5.2

2017-12-19 Thread crdaudt
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

Re: [cas-user] CAS logout in all applications log in

2017-12-19 Thread carlos maddaleno cuellar
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 > >

Re: [cas-user] CAS logout in all applications log in

2017-12-19 Thread 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

RE: [cas-user] CAS denied as iFrame

2017-12-19 Thread Ourada, John
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

[cas-user] Re: CAS 5.2.0 How to configure cas in that way so that it listen to HTTP?

2017-12-19 Thread Jozef Kotlar - EEA.sk
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

Re: [cas-user] CAS denied as iFrame

2017-12-19 Thread Fiz
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

[cas-user] CAS logout in all applications log in

2017-12-19 Thread carlos maddaleno cuellar
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

Re: [cas-user] how to access admin or management page?

2017-12-19 Thread David Curry
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

[cas-user] CAS 5.2 delegate authtication to SAML Idp not redirecting to CAS login success page.

2017-12-19 Thread Ravikumar Ganugapanta
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

[cas-user] connection refused after successfull authentication

2017-12-19 Thread Antoine Wils
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