[cas-user] Dynamic Themes per Service

2020-03-18 Thread Mr Rao
Hi, I'm trying to implement dynamic themes in CAS deployments and found a nice documentation on this. All I want to do is change style/logo and I do not want to copy the cas.js and cas.css files to theme folder. Also I want to get styles and logo from db instead of properties file. Is this

Re: [cas-user] Service Registry - Store in MySQL database

2020-03-18 Thread Bob
Thank you Michele, If I can disable it just once to get some data in my MySQL database that would be enough for me. I'll try it out. By the way, I'm currently testing with CAS 6.1.4 and don't see your code snippet so it probably changed already. Will do some digging to get the same result.

Re: [cas-user] Re: Keycloak Backchannel Logout and CAS

2020-03-18 Thread 'Maksim Kopeyka' via CAS Community
I excluded nginx from my local env so I have only executable CAS.war and keycloak. I configured CAS to use SSL in this way: server.ssl.enabled=true server.ssl.key-store-type=JKS server.ssl.key-store=C:/Environment/jdk-11.0.5/bin/caskeystore.jks server.ssl.key-store-password=changeit

[cas-user] [CAS 6.1.5 support service registry to MongoDB]

2020-03-18 Thread Napoleon Ponaparte
Hi, I have success config service registry to MongoDB in CAS version 6.0.x It's mean, when I build CAS 6.0.x, it will auto-load and store my service from directory "/etc/cas/services-repo" to MongoDB. Now when I upgrade my CAS server from 6.0.x to 6.1.5, I can't load my service to MongoDB like

[cas-user] Re: CAS + Google authentication - after server restart again ask to scan the bar code

2020-03-18 Thread SK
Hi Michele, Thank you, On Tuesday, March 17, 2020 at 6:04:44 PM UTC+8, Michele Melluso wrote: > > Hi Sk, > > i think I had your same problem and I solved this way: > > > https://groups.google.com/a/apereo.org/forum/?utm_medium=email_source=footer#!topic/cas-user/i_ImAVPB6jE > > regards > Michele

Re: [cas-user] [Cas 6.0 6.1] Trusted devices and gauth account are forgotten on cas reboot

2020-03-18 Thread SK
Hi Michele , I tried using cas.ticket.registry.jpa but still I have the same issue. Can you please help on this ? Config # JPA Ticket Registry cas.ticket.registry.jpa.ticketLockType=NONE cas.ticket.registry.jpa.jpaLockingTimeout=3600 cas.ticket.registry.jpa.user=root