[cas-user] Re: CSS Issues with CAS 6.3 and IE11

2021-03-17 Thread cski
Dustin, I was in the same situation you were/are with a single SP reliant upon IE 11. Have a look at the following pull request: https://github.com/apereo/cas/pull/5078/files. I was apply to apply the changes in 6.2.7 and it corrected the Flexbox issue. Still need to figure out the issue with

Re: [cas-user] Problem with CAS 6.2.6

2021-03-17 Thread Nicolás López
Same issue here. Did anybody find a solution or workaround? El viernes, 5 de febrero de 2021 a las 7:35:18 UTC-3, lanfd...@gmail.com escribió: > Same issue : > https://groups.google.com/a/apereo.org/g/cas-user/c/2CVCGqJOhgE/m/OlV7o8UoAgAJ > > > Any idea ? > > Le mardi 2 février 2021 à

Re: [cas-user] CAS 6.3 + SAML

2021-03-17 Thread 'Richard Frovarp' via CAS Community
The IdP automatically generates metadata. And the correct endpoints are listed on this page, including the metadata endpoint: https://apereo.github.io/cas/6.3.x/installation/Configuring-SAML2-Authentication.html Usually with SAML you provide the SP with a copy of your metadata, ideally loaded

Re: [cas-user] CAS 6.3 + SAML

2021-03-17 Thread Bartosz Nitkiewicz
Hi, Thanks for reply. What do you mean *your IdP generated metadata*? I did something like this as they recommended: https://help.servicedeskplus.com/saml-authentication$configuration As loginURL I've provided my https://myserver.org/cas/idp, I don't know if it is correct url? I'm wondering

Re: [cas-user] which registry ticket storage ?

2021-03-17 Thread Jérôme Rautureau
Hi guys and girls, at La Rochelle, we switch from galera-mariadb-3-nodes-cluster with jpa and CAS 4.2.x version to mongodb-replica-set-3-nodes and CAS 6.2.x. We had a lot of issues with JPA (deadlocks) and now it's all about performance. Only one issue solved by :

Re: [cas-user] which registry ticket storage ?

2021-03-17 Thread Julien Gribonvald
Hi, I would recommand Redis, after memcached it's the fastest and more efficient system for large number of datas. Other will works well but you will win in effiency and server ressources comparing to other systems. I don't recommand memcached only because we can't watch on datas without

Re: [cas-user] which registry ticket storage ?

2021-03-17 Thread Ray Bon
Daniel, You could create a load test (maybe there is one already with cas) and check the various options. We switched to hazelcast, for cas version 5, from ehcache. Our confg can handle several logins per second (I do not remember the exact numbers) for an extended period of time. Ray On

Re: [cas-user] CAS 6.3 + SAML

2021-03-17 Thread 'Richard Frovarp' via CAS Community
Did you provide the app your IdP generated metadata or provide the SP with the information in a different method? As that's the wrong end point for the SP to be sending you to: https://apereo.github.io/cas/6.3.x/installation/Configuring-SAML2-Authentication.html On Wed, 2021-03-17 at 06:21

[cas-user] which registry ticket storage ?

2021-03-17 Thread Daniel CHARLOT
Hello there, We need to upgrade our CAS server V4 to V6 and add an loadbalancer F5. We will do some HA with them and we wondering which is the product with the best performance for use ticket registry ? Memcached, cassanadra, mongodb, couchbase redis or an other ? I would like choose redis,

[cas-user] CAS 6.3 + SAML

2021-03-17 Thread Bartosz Nitkiewicz
Hi, Another day another CAS problem :) I'm trying to authenticate servicedeskplus.com application through SAML protocol. - I've compiled in cas-server-support-saml-idp in my CAS app. - Added service registry in CAS-Management app. I used xml file form servicedesk. Everything seems