Hi Ray,

Thank you very much. It helps.
I had the following issue. Not sure, I am following the right way. Can you
please provide your guidance?

I written a custom LdapAutheticationHandler in my code base and when the
authentication is success, the custom authenticator is working fine. But,
if the authentication fails, the default LdapAutheticationHandler is
getting executed after my custom handler. If I check the CAS source code, I
found that if any exception occurred, then the next handler will be
executed. Is there way to get rid of the default LdapAutheticationHandler
execution?

With regards,
Sobhen

On Fri, 18 Dec 2020, 10:36 pm Ray Bon, <r...@uvic.ca> wrote:

> Rakesh,
>
> 1. There are a number of options for caching,
> https://apereo.github.io/cas/6.2.x/ticketing/Configuring-Ticketing-Components.html.
> Your choice will depend on what you already have (software and human), and
> how you configure you cas cluster. I have worked with ehcache and
> hazelcast. ehcache is distributed and replicated. replication takes time;
> you will have to determine if it is fast enough for your needs. hazelcast
> is not replicated (though maybe it can be configured). When a node goes
> down, that cache is lost; you will have to determine if that frequency is
> too disruptive for your users.
>
> 2.
> https://apereo.github.io/cas/6.2.x/configuration/Configuration-Properties-Security.html
>  for
> security options. We use the spring cloud server,
> https://apereo.github.io/cas/6.2.x/configuration/Configuration-Server-Management.html
>  which
> can have encrypted secrets. I recall that someone on this list posted a way
> to have a local secrets store that was outside of tomcat (and/or the
> packaged image/container; if you are going that route). I would advise
> against putting secrets in tomcat (setenv.sh or some such) as tomcat will
> print them into the log on startup.
>
> 3. There are options for consent,
> https://apereo.github.io/cas/6.2.x/webflow/Webflow-Customization-AUP.html,
> and password management,
> https://apereo.github.io/cas/6.2.x/password_management/Password-Management.html.
> We have a separate user management system, so I have not used the above
> systems.
>
> Ray
>
> On Fri, 2020-12-18 at 08:11 +0530, Rakesh K M wrote:
>
> Notice: This message was sent from outside the University of Victoria
> email system. Please be cautious with links and sensitive information.
>
> Hi all,
>
> I worked on migration of CAS 3 to 6 version. I have couple questions
>
> 1. We were using JBOSS Cache based ticket caching and I can see those are
> depreciated in the latest version. Is there any direct alternative for this
> rather than using any kind of database for this? I found ehcache based
> caching, does that be a good alternative?
>
> 2. We are currently having all the securied properties like LDAP URLs,
> passwords etc. in external tomcat containers and we don't want to move into
> CAS properties file. Is there any way to use the existing properties from
> external tomcat container itself?
>
> 3. Does new CAS have any machism to update some information in LDAP?
>
> Thank you for the support in advance.
>
> With regards,
> Rakesh
>
> --
>
> Ray Bon
> Programmer Analyst
> Development Services, University Systems
> 2507218831 | CLE 019 | r...@uvic.ca
>
> I respectfully acknowledge that my place of work is located within the
> ancestral, traditional and unceded territory of the Songhees, Esquimalt and
> WSÁNEĆ Nations.
>
> --
> - 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 Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cas-user+unsubscr...@apereo.org.
> To view this discussion on the web visit
> https://groups.google.com/a/apereo.org/d/msgid/cas-user/b239421d3247d2e2e2eec0aeda74473f018b56dd.camel%40uvic.ca
> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/b239421d3247d2e2e2eec0aeda74473f018b56dd.camel%40uvic.ca?utm_medium=email&utm_source=footer>
> .
>

-- 
- 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 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAA6YNd4kBStVg%3DOdbA91foQeQdmrvuO%3DYJPnqDHaNSvpZe1c1w%40mail.gmail.com.

Reply via email to