[cas-user] Duo Universal Prompt and "public workstation" checkbox

2023-03-29 Thread Dave Steiner
Hi, We are running v6.5.2 and turned on the Duo Universal Prompt without issues back in January. But recently I noticed that the "public workstation" checkbox doesn't seem to work. Last time I noticed it working was when we upgraded to v6.5.2. Working to debug this issue further. Has

Re: [cas-user] Cas login page with no service

2023-03-29 Thread Jeremiah Garmatter
Thomas, You could also set the cas.successful-login.display-attributes=false within your cas-theme-default.properties file. You'd need to rebuild the overlay with gradle and re-deploy the app but this option does exactly what you want. On Wednesday, March 29, 2023 at 12:17:48 PM UTC-4 Ray Bon

Re: [cas-user] Cas login page with no service

2023-03-29 Thread Ray Bon
thomas, You can set this property to redirect when no service is provided (I was not able to find this property in the 6.x docs) cas.view.default-redirect-url Ray On Wed, 2023-03-29 at 07:07 -0700, thomas wrote: Notice: This message was sent from outside the University of Victoria email

[cas-user] Cas login page with no service

2023-03-29 Thread thomas
Hi all, When we login on CAS without specifying a service, CAS displays a page with all released attributes. Is it possible to hide these detailed attributes ? Best regards thomas -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines:

[cas-user] LDAPS Connection Setup Issues with CAS 6.6.3

2023-03-29 Thread Michael Santangelo
Hello all, I reposted this because I goofed and didn't sanitize all the hostnames. I've got CAS working fine with LDAP and now I'm trying to push hard to get it to work with LDAPS. I've got a JKS store, /etc/cas/keys/store which is a JKS file, containing two keys: PDC-CA.FQDN public

Re: [cas-user] CAS 6.6.x WebAuthn Registration Failing,

2023-03-29 Thread John
What does your cas.log state for error? Are you using a valid ssl certificate, cas host name matches whats in config? Also, in 7.x/master you have to edit this,

Re: [cas-user] CAS 6.6.3 - LDAPS

2023-03-29 Thread Daniel Fisher
On Tue, Mar 28, 2023 at 4:12 PM Michael Santangelo < michael.santang...@gmail.com> wrote: > In my cas.properties I have... > cas.authn.ldap[0].keystore=file:/etc/cas/keys/store > cas.authn.ldap[0].keystorePassword=thecorrectpassword > cas.authn.ldap[0].keystoreType=JKS >

[cas-user] Re: cas-management - Service cannot be changed in WebUI

2023-03-29 Thread robertoschwald
Same here with CAS-MGMT 6.6.1 and CAS 6.6.6. Switched back to RegexRegisteredService for now. On Tuesday, 6 December 2022 at 10:15:31 UTC+1 BenDDD wrote: > Hello, > > Thank you Fabio for your feedback. > > Does anyone have a solution to this problem or do I have to open an issue? > > Le lundi 5

[cas-user] Re: CAS 6.4 DelegatedAuthentication Loigout error

2023-03-29 Thread flo13270
Hi, We encounter a similar problem. Migration from CAS 5.3 (with Redis) to CAS 6.6 (with Mongo) broke the logout of users authenticated through OIDC. ("class java.lang.String cannot be cast to class org.pac4j.core.profile.UserProfile") Did you finally succeed in fixing it while still using

[cas-user] Re: CAS Management 6.6.1 - CAS Services Entries Not Editable

2023-03-29 Thread robertoschwald
Same here. The effect here is, that in ngOnInit() line 84 it is asynchronously performing this.loadService(data.resp), but in line 89 of form.component.ts, the form is used synchronously.

Re: [cas-user] CAS 6.6.x WebAuthn Registration Failing,

2023-03-29 Thread Frédéric Dussurget
Thank you, you saved me lots of time, actually I needed those two : implementation "org.springframework.security:spring-security-config" implementation "org.springframework.security:spring-security-web" But I still have an js issue (JSON.Parse) when registering my device : "Registration