[cas-user] CAS 4.2.6 Non-Secure Connection

2016-10-26 Thread Brandon Martin
I've spent most of the day trying to figure this out, but thus far it has beaten me. I am on the final stages of my CAS deployment, LDAP working, password policies working, prettied up the theme, but when putting the server up behind my load balancer I'm still getting "Non-Secure Connection".

[cas-user] Re: CAS 5 RC 4: mfa-duo not invoked for /cas/login ?

2016-10-26 Thread Misagh Moayyed
It is the expected behavior, though for the global case I suppose that behvior can be relaxed. You're welcome to file an issue. On Wednesday, October 26, 2016 at 3:44:11 AM UTC+3:30, baron wrote: > > We have mfa-duo enabled in CAS 5 RC4, and even with it configured > globally with in cas.proper

[cas-user] Fwd: how to kill all the session independent of the service

2016-10-26 Thread carlos maddaleno cuellar
i want that when i logout of one application or service it kills the others but it dosent i haveto logout of every service i loggin how can i do this? what i do now is this. public vo

[cas-user] Re: CAS 5.0.0.RC3 - How to configure the delegation to another CAS server?

2016-10-26 Thread Lewis Henderson
After more digging... The CAS 5.0.0.RC3 login page is rendered with a hidden link to the CAS client. If I unhide the link in chrome and click it, I get... org.springframework.webflow.engine.NoMatchingTransitionException: No transition was matched on the event(s) signaled by the [1] action(s) t

[cas-user] Re: CAS 5.0.0.RC3 - How to configure the delegation to another CAS server?

2016-10-26 Thread Martin Bohun
Hi Lewis, As I mentioned/shown previously in my diagram, i tried successfully forwarding/delegating auth from cas-4.0.x server to an older cas-3.x server. I will look if I still have the whole project/repo in one of my backups, but in nutshell all I did was: - add to the cas-4.0.x server's pom

[cas-user] Re: CAS 5.0.0.RC3 - How to configure the delegation to another CAS server?

2016-10-26 Thread Lewis Henderson
Here is my attempt at a diagram! I am in control of everything inside the red box. What I have :- 1. User hits MyApp url and is redirected to CAS 5.0.0, which show

Re: [cas-user] Re: Cas client fails to communicate in TLS mode

2016-10-26 Thread Uxío
I don't know, I think you should be able to run the server in Java 8, but I know you definitely will not be packaging CAS server 3 vanilla using Maven 3.2 and Java 8. You would need to change at least the Maven POM in order to upgrade aspectj from 6 to 8. Am newbie here but I currently am tryi

Re: [cas-user] CAS and multidomain environment

2016-10-26 Thread Pascal Rigaux
Hi, AFAIK you may have cookies on first CORS request, but after a 302 no more cookies. So a direct CORS to CAS with CAS accepting CORS should work. If CAS 302 to your app, on same domain, it should work too. Could you tell more? NB: as for me, i use JSONP for login, then CORS afterwards. On