Re: [cas-user] Acceptable Usage Policy(AUP) in CAS5.2.x

2018-05-23 Thread Jay
We have enabled the User acceptance policy. Whenever I use incognito window in Chrome and login it does not shows the User Policy page to accept. Only the first time I could see but closing and opening a new windows does not show the policy page. Any help here is much appreciated. Thanks, Jay

[cas-user] SLO and SSO using Mod_auth_cas

2018-05-23 Thread Ramakrishna G
Hello, I am using Mod_auth_cas for reverse proxy to my cas server. How do I achive slo and sso using mod_auth_cas? Also when I logout I am still able to access my application without authentication. Is this the way mod_auth_cas works? Thanks Ramakrishna G -- - Website: https://apereo.github.io/

Re: [cas-user] Re: CAS redirecting to multiple apps not working

2018-05-23 Thread Andy Ng
Hi Érico, Pretty sure CAS Single Sign On (SSO) only works with https, you can try the following yourself: - Login to "http://localhost:8080/cas"; - Immediately refresh the page >From my experience, you might not see yourself not login again, because SSO is not working properly with http. Anyway

[cas-user] How to set custom Java TrustStore for CAS Maven Overlay

2018-05-23 Thread Sam Erie
So I have tested my certifications using the suggested SSLPoke tool, and I know I can use the java option -Djavax.net.ssl.trustStore= to make CAS use the correct custom java truststore for my ldap connection. I was even able to get it to run like java -Djavax.net.ssl.trustStore= -jar target/cas.war

[cas-user] Re: (Ask) CAS 5.2 Basic Installation Step by Step

2018-05-23 Thread Fahmi L. Ramdhani
Yes, I am currently following the guide written by David. I need to be careful that all components work properly. I will describe here when it is done. Thanks. -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - C

[cas-user] Re: (Ask) CAS 5.2 Basic Installation Step by Step

2018-05-23 Thread Fahmi L. Ramdhani
Yes, I am currently following the guidelines written by David carefully, so that all components work properly. I will describe here when it is done. Thanks. -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Cont

Re: [cas-user] CAS Management Service Showing 'localhost:8080' on Redirection to Login Page

2018-05-23 Thread Uxío Prego
Maybe grepping the CAS itself (not the overlay) helps..? Uxío Prego Madiva Soluciones CL / SERRANO GALVACHE 56 BLOQUE ABEDUL PLANTA 4 28033 MADRID +34 917 56 84 94 www.madiva.com www.bbva.com The activity of email inboxes can be systematically tracked by colleagues, business partners and third

[cas-user] Re: (Ask) CAS 5.2 Basic Installation Step by Step

2018-05-23 Thread Matthew Uribe
Not that I've seen. You could always try your luck with Google, but I'd imaging most results would lead you back to this group or the CAS official docs. I would still recommend David's docs. There may be some diversions, such as the use of apt rather than yum, but you should be able to work thr

[cas-user] CAS Management Service Showing 'localhost:8080' on Redirection to Login Page

2018-05-23 Thread josbrodie
When accessing 'hxxp://example.edu/cas-management' ---> the redirection to login page is 'hxxp://example.edu/cas/login?service= http%3A%2F%2Flocalhost%3A8080%2Fcas-management%2Fmanage.html' ---> on successful authentication, it goes to the expected 'hxxp://example.edu/cas-management/services/def

[cas-user] Hazelcast showing [dev]

2018-05-23 Thread Paulo Oliveros
I am using CAS 5.1.2 with Hazelcast 3.8.1. It is working properly but it is always showing [dev]. I've been searching on how to change this value to other environment say [prod] when running in prod. But I could not find or figure this out. 2018-05-23 09:00:04,485 DEBUG [com.hazelcast.interna

Re: [cas-user] Re: SPNEGO Client Selection Strategy

2018-05-23 Thread Christian Poirier
I think I know what you mean by "is buggy". I check the code and it misses something. The webflow is not configured correctly even if you configure to use hostname filter and/or IP address filter. It just jumps directly to SPNEGO negotiate transition. I corrected this with the changes I made to the

[cas-user] Re: (Ask) CAS 5.2 Basic Installation Step by Step

2018-05-23 Thread Fahmi L. Ramdhani
In addition to the above guides, is there a specific guide for deploying CAS 5.x Ubuntu Server 16.04? -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this

Re: [cas-user] Re: CAS not redirecting to service after successful authentication.

2018-05-23 Thread Ray Bon
Neha, I have not used ASP so am unfamiliar with its operation. Perhaps certificates need to be added to ASP environment? Do you have way to watch ASP network communications? Ray On Wed, 2018-05-23 at 11:27 +0200, N&S Technical Channel NS wrote: Hello Ray, Yes i am using self signed certificat

Re: [cas-user] How to invalidate session on CAS Client

2018-05-23 Thread Ray Bon
Francesca, Is it possible for the portal to call logout on your web application? Ray On Wed, 2018-05-23 at 02:38 -0700, Francesca Micelli wrote: Hi, my web application is integrated with a portal that use cas authentication. Logout is possible in two ways: on my web application (I first invalid

Re: [cas-user] CAS Login Page Cutomization

2018-05-23 Thread David Curry
It's on the list, along with a bunch of other updates. Every time I start working on them, some piece of "real work" keeps coming along to interrupt me. HOPEFULLY I'll be able to get to them in the next few weeks (he says, optimistically). :-) --Dave -- DAVID A. CURRY, CISSP *DIRECTOR OF INFORMA

[cas-user] Client session invalidate on CAS logout

2018-05-23 Thread sun
Hi! My web application is integrated with a portal that performs a cas authentication with ldap (there are other applications like mine that integrate with this portal). If I execute logout from portal..how can I invalidate the session on my web application? -- - Website: https://apereo.github

[cas-user] Implementing Custom Logout. Getting ClassCastException for UrlValidator.

2018-05-23 Thread Govind Lohiya
Hi, I am trying to implement custom cas logout. I have implemented custom cas login which works perfectly fine. I have created a a class which implements LogoutManager and another one which implements LogoutHandler. I created a third class to register my custom logout handler which implement

Re: [cas-user] CAS Login Page Cutomization

2018-05-23 Thread Andy Ng
Still waiting for glorious day that this page: https://dacurry-tns.github.io/deploying-apereo-cas/ui_overview.html to come to live :) - Andy On Wednesday, 23 May 2018 20:01:29 UTC+8, David Curry wrote: > > These two threads are somewhat helpful: > > > https://groups.google.com/a/apereo.org/forum

Re: [cas-user] Re: CAS redirecting to multiple apps not working

2018-05-23 Thread Érico
Hello Andy thanks a lot for your help the app1 link is the following : http://localhost:8080/cas/login?service=http%3A%2F%2Flocalhost%3A8080%2Fregistro-acidente%2Flogin%2Fcas regarding login page ... yes it is http://localhost:8080/cas then http://localhost:8080/cas/login I am sending the login

[cas-user] Re: CAS redirecting to multiple apps not working

2018-05-23 Thread Andy Ng
Hi Érico, Likely your colleague have done some customization on CAS. Default CAS only have a username, password and some other things, and login success won't immediately have redirection links so, I think a little bit more information will be needed, in order to start solving your problem: -

[cas-user] CAS redirecting to multiple apps not working

2018-05-23 Thread Érico
Hello I've started woking on a set of apps developed by another programmer I login through http://localhost:8080/cas that contains a menu with the redirection for the other apps This redirection is not working ... I've deployed other 2 apps along with CAS(5.1) and all are successfully deployed :

Re: [cas-user] CAS Login Page Cutomization

2018-05-23 Thread David Curry
These two threads are somewhat helpful: https://groups.google.com/a/apereo.org/forum/#!searchin/cas-user/themes/cas-user/k-yfoou7Zy0/BXry1PxgFAAJ https://groups.google.com/a/apereo.org/forum/#!searchin/cas-user/template/cas-user/3eaKVAMhFYE/uuj7eEpCAwAJ Assuming you're making new templates, most

Re: [cas-user] CAS Logout Issue

2018-05-23 Thread Ramakrishna G
Ok Ray. Thanks for your help!! Anyone who has worked on Mod_auth_cas along with CAS server pls guide me. My issue is MOD_AUTH_CAS_S cookie is not removed from browser after logout. Thanks Ramakrishna G On Tue, May 22, 2018 at 9:53 PM, Ray Bon wrote: > Ramakrishna, > > This now sounds like an i

[cas-user] How to invalidate session on CAS Client

2018-05-23 Thread Francesca Micelli
Hi, my web application is integrated with a portal that use cas authentication. Logout is possible in two ways: on my web application (I first invalidate my session and then redirect to /logout on cas) or directly by portal (in this case session on my web application continues to exist - there

Re: [cas-user] Re: CAS not redirecting to service after successful authentication.

2018-05-23 Thread N&S Technical Channel NS
Hello Ray, Yes i am using self signed certificate and already added it. My java application is working fine with CAS but not ASP. What more can i try? Really stuck with the problem with no clue what to do next :( Regards Neha Gupta On Tue, May 15, 2018 at 7:16 PM, Ray Bon wrote: > Neha, > >