Re: [cas-user] CAS Login Page Cutomization

2018-05-24 Thread Andy Ng
:) On Friday, 25 May 2018 01:57:49 UTC+8, Lionel Samuel wrote: > > Echoing Andy :) > > Andy -- thank you also for your all your posts -- we have googled on > issues we faced -- your, David, and a few others have posted responses that > were extremely helpful! Apereo should have a lists of

[cas-user] ajp with cas-management-overlay

2018-05-24 Thread Sam Erie
Is there a way to use ajp with the cas-management-overlay? I am using ajp with cas-overlay 5.2.4, but it uses the tomcat appserver - and it doesn't look like that is available yet for the cas-management-overlay. The settings for my cas-overlay are as follows: cas.server.ajp.secure=true

Re: [cas-user] How to route new page

2018-05-24 Thread Sam Erie
Seems so obvious now that you say it. Thank you very much, works like a charm. On Thu, May 24, 2018 at 12:14 PM, David Curry wrote: > The "root" of the web server, i.e., where "https://casserver/cas; points, > is the ".../webapps/cas/WEB-INF/classes/static" directory.

Re: [cas-user] How to route new page

2018-05-24 Thread Sam Erie
Absolutely that would work. I think I am still doing something wrong though. I have timedOut.html under templates next to casLoginView.html etc. When I redirect to /cas/timedOut.html it gives me a cas page not found page. When I redirect to /timedOut.html it says my page is not found on the

Re: [cas-user] How to route new page

2018-05-24 Thread David Curry
How strongly do you feel about having "https://server/cas/timeout; as opposed to "https://server/cas/timeout.html;? If you're fine with the latter, you should just be able to drop "timeout.html" into the same place where all the other casWhateverView.html pages are and redirect to

[cas-user] How to route new page

2018-05-24 Thread Sam Erie
I am trying to provide a timeout page to redirect to when a timer on my login page goes off. I can get it to redirect, but there is no page so it just goes to the not found page. Is there an easy way to route an extra page so I can go to https://server:8443/cas/timeOut? Or how would I go about

[cas-user] 2 "Username" Options and How it Works with Attributes

2018-05-24 Thread John D Giotta
I have this requirement where we're supposed to allow users to sign-in with either an email address or a phone number. 1) Can I tailor CAS for either of those 2 options? 2) When it comes to attributes, how do I pair that user (because the user id is different) with the attributes clause? --

Re: [cas-user] User Attributes for SAML 2.0

2018-05-24 Thread John D Giotta
That got it! Thank you so much, David! -- - 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 message because you are subscribed to the Google Groups "CAS

Re: [cas-user] CAS Login Page Cutomization

2018-05-24 Thread Lionel Samuel
Echoing Andy :) Andy -- thank you also for your all your posts -- we have googled on issues we faced -- your, David, and a few others have posted responses that were extremely helpful! Apereo should have a lists of names to recognize those that have been very supportive of the CAS community.

Re: [cas-user] CAS Login Page Cutomization

2018-05-24 Thread Lionel Samuel
Thanks David :) This was exactly what we needed. Much appreciated... On Wednesday, May 23, 2018 at 5:01:29 AM UTC-7, David Curry wrote: > > These two threads are somewhat helpful: > > >

Re: [cas-user] attribute mapping ldap

2018-05-24 Thread Ray Bon
Jen, On the Attribute Release tab for a service in service manager. You may also have to set a list of released attributes in management.properties: # --- Global Attributes --- # cas.authn.attributeRepository.stub.attributes.uvicEduPersonSpridenID=uvicEduPersonSpridenID Ray On Thu,

[cas-user] attribute mapping ldap

2018-05-24 Thread Jennifer LaVoie
Hi there In my old CAS installation, I have attribute mapping that looks like this

Re: [cas-user] SLO and SSO using Mod_auth_cas

2018-05-24 Thread David Curry
I'm not sure what you mean by the logoutUrl "supporting" SLO. If you mean will SLO suddenly start working just because you put a value in that property, then the answer is no. The logoutUrl property is exactly what the documentation says it is -- a way to let an application receive a logout

Re: [cas-user] SLO and SSO using Mod_auth_cas

2018-05-24 Thread Ramakrishna G
Hey David, Firstly thanks for your response and clarifying few things. My query to you now is Does logoutUrl property support SLO? If so, which all cookie should I be deleting? On Thu, May 24, 2018 at 6:17 PM, David Curry wrote: > What do you mean when you say you

Re: [cas-user] Re: CAS5.3.x - Health & Version monitor Page

2018-05-24 Thread David Curry
https://apereo.github.io/cas/development/installation/Monitoring-Statistics.html You do not need the CAS Management Overlay to enable the above; it's accomplished with just some settings in cas.properties and creating the user file and a service registry entry. If you'd like step-by-step

Re: [cas-user] SLO and SSO using Mod_auth_cas

2018-05-24 Thread David Curry
What do you mean when you say you are "using mod_auth_cas for reverse proxy to my cas server"? Mod_auth_cas is not a (reverse) proxy. It's simply a way to control access to content on an Apache web server using CAS authentication. Think of it as an alternative to HTTP Basic Authentication. It

[cas-user] CAS 5.2.4. Is it possible to create custom registry cleaner

2018-05-24 Thread Govind Lohiya
Hi, I am using CAS 5.2.4. I would like to know if its possible to create a custom ticket registry cleaner. I would like to log the user out of system database at the time of ticket clean up. I looked at cas-server-core-api-ticket and cas-server-core-tickets jars. I could not find a config

[cas-user] Performance Issue with ProxyGrantingTickets

2018-05-24 Thread 'Philipp Berger' via CAS Community
Hi all, there is a massive performance issue with ProxyGrantingTickets with JPA TicketRegistry if there are a lot of ProxyGrantingTickets created for one TicketGrantingTicket.

[cas-user] DefaultRegistryCleaner does not call rgistered custom LogoutHandler

2018-05-24 Thread Govind Lohiya
Hi, I am using CAS 5.2.4. I have a custom logout handler registered and working properly. It logs the user out from our database. This works perfectly fine when I hit /logout endpoint. But when the TGC expires the user logs out of the CAS but is still logged in to the database. I would expect

[cas-user] Re: CAS5.3.x - Health & Version monitor Page

2018-05-24 Thread Jay
Attaching the version page. On Thursday, May 24, 2018 at 3:14:05 AM UTC-5, Jay wrote: > > Hello everyone, > In our old CAS3.x version, we had the health page and version monitor > page. > > I am trying to figure if we have something similar in CAS5.3.x framework. > Health Page and Version page

[cas-user] CAS5.3.x - Health & Version monitor Page

2018-05-24 Thread Jay
Hello everyone, In our old CAS3.x version, we had the health page and version monitor page. I am trying to figure if we have something similar in CAS5.3.x framework. Health Page and Version page looks something like this.

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

2018-05-24 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-24 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: