Re: [cas-user] Re: Is it bug on cas-server-support-jpa-ticket-registry?

2018-12-06 Thread NGUYEN-VIET Quang
Hello It's a bit dated issue, however we have the same issue on v 5.2.5. Anyway, I think the issue is still present on master actually. The error’s message is clear: it’s caused of a database’s constraint between two table OAUTH_TOKENS and TICKETGRANTINGTICKET on the field TICKETGRANTINGTICKET_I

Re: [cas-user] Point CAS apps at different Duo protected applications (group policies)

2018-12-06 Thread Travis Schmidt
Yes that would indeed be the case. Also if you need to use multiple Duo instances, I think you would have better luck with the latest 5.3.6 release for both CAS and CAS Management which was moved to it's own repository starting with 5.3: https://github.com/apereo/cas-management Travis On Thu, De

Re: [cas-user] Point CAS apps at different Duo protected applications (group policies)

2018-12-06 Thread Mukunthini Jeyakumar
Hi Travis, Does management webapp work with discovery endpoint only in cas 5.3? I'm using CAS 5,2,8 -- - 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 m

Re: [cas-user] Runtime memory is used as the persistence storage

2018-12-06 Thread David Curry
By default, the CAS server keeps the service registry in memory. So if you make changes to it, and then shut down or restart the server, all your changes will be lost. You should look into setting up a JSON (file-based) service registry at a minimum, or a more flexible one based on some sort of da

[cas-user] Runtime memory is used as the persistence storage

2018-12-06 Thread Emmanuel Chukwu
Dear All, Please what is the implication of this warning in the catalina.out log of new CAS installation and what do I do to clear it? WARN [org.apereo.cas.config.CasCoreServicesConfiguration] - https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https:

Re: [cas-user] Re: Httpt 404 Error while trying to access CAS login page

2018-12-06 Thread Emmanuel Chukwu
Thanks David, Ray, Andy and Ramakrishna. My basic CAS installation is now working! On to other configurations.. On Thu, Dec 6, 2018 at 8:06 AM Ramakrishna G wrote: > >1. Do I have to configure CAS on a different port from Tomcat or they >must use the same port? > > It can be on same por

Re: [cas-user] CAS - Remember me/Long term authentication when IP changes does not work

2018-12-06 Thread Catalin Dobrea
Hi Pascal, Thank you very much! Will have to check your solution, wooow, if just by disabling crypto on the TGC will work that would be awesome since no changes should be required I enabled crypto on many flows on CAS so definitely I should give it a try. On Thursday, December 6, 2018 at 10:45

Re: [cas-user] CAS - Remember me/Long term authentication when IP changes does not work

2018-12-06 Thread Pascal Rigaux
On 05/12/2018 10:43, Catalin Dobrea wrote:  - Is this long term authentication sensible to IP changes? Yes. Cf https://github.com/apereo/cas/blob/master/core/cas-server-core-cookie-api/src/main/java/org/apereo/cas/web/support/DefaultCasCookieValueManager.java#L81-L84  - How this can be by