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

2021-02-25 Thread Dustin J Luck
Thanks, Alan. I'm pretty sure I'm seeing some sort of IE incompatibility with flex boxes for issue #2. I checked out all the issues documented in flexbugs , but didn't see anything that helped. Issue #1 seems like an issue with the icon font not

Re: [cas-user] CAS, Spring and Java versions

2021-02-25 Thread Ray Bon
Zhiyong, Cas client and server are independent, in fact, their versions do not line up at all. Is it possible to embed cas server as a container in your application? Ray On Thu, 2021-02-25 at 12:25 -0800, Zhiyong Li wrote: Notice: This message was sent from outside the University of Victoria

[cas-user] Radius Authentication Sources and Realms

2021-02-25 Thread Colin Ryan
Folks, Am looking into using Radius as an authentication source for various reasons. However I have the need for supporting realms. As such I in essence need to do the same thing that the "principal-transformation.suffix" function does but dynamically. Depending on the service being

Re: [cas-user] CAS Statistics

2021-02-25 Thread Jeremiah Garmatter
Thanks Ray, I was afraid that would be the only way to do it. There go my hopes of being lazy. Thanks anyway! On Thursday, February 25, 2021 at 3:20:06 PM UTC-5 Ray Bon wrote: > Jeremiah, > > You can get that data from the audit log. You will of course have to > collate it yourself. > > Ray >

Re: [cas-user] CAS, Spring and Java versions

2021-02-25 Thread Zhiyong Li
We have CAS 3.4 embedded in our products and it is long due for an upgrade. However, we have a lot of products as CAS client and interact with the embedded CAS through our "Logon Manager". Java CAS client also uses Spring. I actually have questions on whether the CAS client has to use the

Re: [cas-user] CAS Statistics

2021-02-25 Thread Ray Bon
Jeremiah, You can get that data from the audit log. You will of course have to collate it yourself. Ray On Thu, 2021-02-25 at 11:31 -0800, Jeremiah Garmatter wrote: Notice: This message was sent from outside the University of Victoria email system. Please be cautious with links and sensitive

Re: [cas-user] CAS, Spring and Java versions

2021-02-25 Thread Ray Bon
Zhiyong, Cas is a standalone application, it should not have to depend on your product's requirements. Are you trying to embed cas in your product or do you want your product to authenticate with cas? For java cas client see, https://github.com/apereo/java-cas-client Ray On Thu, 2021-02-25

[cas-user] CAS, Spring and Java versions

2021-02-25 Thread Zhiyong Li
My product is limited to use Java 8 and Spring 5. This seems to be a problem for me to choose a CAS version to use. My questions are: Can I use Java 8 for CAS 6.x? The requirement said CAS 6.x requires Java 11. Can I use Spring 5 with CAS 5.x? The requirement said CAS 5.x needs Spring 4.

[cas-user] CAS Statistics

2021-02-25 Thread Jeremiah Garmatter
Hello, I am looking for a way to view login statistics. Does CAS 6.2.X have a way to view how many people are logged into a specific application at a time, or rather, what services are hit to initiate the login session? I've checked the actuators and haven't found what I'm looking for yet. I

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

2021-02-25 Thread Alan S
I'm looking at this blindly, but you may be able to solve it with a media query in your CSS for targeting that browser: ```css @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { main { display: block; min-width: 640px; width: 100%; /** or do

[cas-user] Jdbc PasswordManagement

2021-02-25 Thread Lars Feistner
Dear all, I am experirncing something weird. I set up Password Management, pm-webflow and pm-jdbc. I turned off security questions. Everything works as expected. I can reset my password, get the email, setting my new password after clicking the link in the email. But after a successful

[cas-user] Re: Missing logout with OpenID Connect delegation

2021-02-25 Thread Vincenzo Colonnella
Hello everybody. I have understood better the reason of that behavior. It's not true that Oidc logout flow doesn't come into play. It builds a redirection for the client to go to external Identity Provider logout url. But if "cas.logout.redirectUrl" is defined, also that works as a redirection