Re: [cas-user] cas Java installation

2020-12-02 Thread rohini bansode
IF you have some links and information about java cas client or any discussion happened before so you can send me the discussion blog . thanks and reagrds On Thu, Dec 3, 2020 at 9:57 AM rohini bansode wrote: > Hello, > > what is the flow of cas java installation and its steps?

[cas-user] cas Java installation

2020-12-02 Thread rohini bansode
Hello, what is the flow of cas java installation and its steps? Exactly what is the working environment of java cas client. Thanks & Regards -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 -

Re: [cas-user] TGT timeout issue with v5.3.5

2020-12-02 Thread Ray Bon
Dave, What is the expiry time on the TGC in your browser? Ray On Wed, 2020-12-02 at 14:25 -0800, Dave Steiner wrote: Notice: This message was sent from outside the University of Victoria email system. Please be cautious with links and sensitive information. -- Ray Bon Programmer Analyst

Re: [cas-user] TGT timeout issue with v5.3.5

2020-12-02 Thread Dave Steiner
I don't see the TGT tickets getting timed out. In fact, if I run a script that uses Rest, I can get ST tickets for 8 hours with the same TGT ticket. It's just through the web that I have to re-authenticate after an hour or so. -ds On Wednesday, December 2, 2020 at 12:11:28 AM UTC-5

Re: [cas-user] CAS packets aren't arriving on the Radius Server

2020-12-02 Thread Colin Ryan
As I alluded to your directly. I would run a tcpdump on the Radius Host (as well as Ray's suggestion of ensuring you have no port blocks) and see if any packets are arriving to the Radius server period (e.g. tcpdump -i eth0 host ) As well confirm that your using the proper ports. Radius

Re: [cas-user] CAS packets aren't arriving on the Radius Server

2020-12-02 Thread Ray Bon
Irvan, Could it be blocked ports? Ray On Wed, 2020-12-02 at 09:23 -0800, irvan suryadi wrote: Notice: This message was sent from outside the University of Victoria email system. Please be cautious with links and sensitive information. Regards, Regarding my previous problems, related to the

[cas-user] CAS packets aren't arriving on the Radius Server

2020-12-02 Thread irvan suryadi
Regards, Regarding my previous problems, related to the development of a CAS server using Freeradius as an authentication server. I have done all the configuration according to the directions from the apereo CAS documentation. This includes making sure the two servers can connect using ping

Re: [cas-user] LDAP DN Value from LDAP

2020-12-02 Thread Colin Ryan
Daniel, Bingo..Thank you sir. In my case I also needed the directive to identify the attribute that causes a DN to be returned. cas.authn.attribute-repository.ldap[0].search-entry-handlers[0].type: DN_ATTRIBUTE_ENTRY

Re: [cas-user] Managing user account in CAS

2020-12-02 Thread Ray Bon
Typically, one manages the user base in an ERP or identity management software. Cas just looks to one or more sources for authentication. Cas management is just for the services. We use our identity management software to transfer users and attributes from our ERP database to LDAP, This runs

Re: [cas-user] Wordpress as a backend

2020-12-02 Thread Ray Bon
Nikolas, There is delegated auth, https://apereo.github.io/cas/6.2.x/integration/Delegate-Authentication.html, and an option for custom auth, https://apereo.github.io/cas/6.2.x/installation/Configuring-Custom-Authentication.html. If you want to access the database directly,

[cas-user] CAS Management api/sessions endpoint incomplete

2020-12-02 Thread Frédéric Lohier
Hello, I am currently testing CAS Management 6.2.2 with CAS Server 6.2.5. The CAS Management /dashboard/sessions does not work properly, all the columns are empty. I looked at the CAS Management source code and I saw that CAS Management dahsboard/sessions is using an internal API

[cas-user] CAS actuator/auditLog/PT12H endpoint empty

2020-12-02 Thread Frédéric Lohier
Hello, Following up my previous message : https://groups.google.com/a/apereo.org/g/cas-user/c/mgK5QfBIW7o/m/_bIWKwd_BwAJ I noticed that even without my jdbc configuration to send auditLog to a Postgres database, the actuator/auditLog/PT12H endpoint stays empty even though I am sure there are

[cas-user] Hazelcast Ticket Registry break when reloading properties for CAS 6.2.5

2020-12-02 Thread Andy Ng
Hi all, I was trying to implement Hazelcast Ticket Registry and reloading properties. I find that, when I change `cas.properties` and force a reload based on this tutorial: https://fawnoos.com/2020/05/02/cas62x-reloadable-configuration/, it stopped the Hazelcast Ticket Registry instance