Re: [cas-user] CAS 7.0.4 Can't get cas-management (7.0.0-SNAPSHOT) to authenticate to CAS

2024-05-18 Thread Tom Reijnders
er > password: > > logged on first access to the application: > > cas-management | 2024-05-15 20:30:13,159 WARN > [spri.boot.auto.secu.serv.UserDetailsServiceAutoConfiguration] - < > cas-management | > cas-management | Using generated security password: > 5243a8b5-cd24-47e7-9f46-103fee3c2ebb > > see > https://do

Re: [cas-user] CAS 7.0.4 Can't get cas-management (7.0.0-SNAPSHOT) to authenticate to CAS

2024-05-15 Thread Tom Reijnders
Sorry Ray! I have no idea where Ron is coming from. On Wednesday, May 15, 2024 at 9:30:01 AM UTC+2 Tom Reijnders wrote: > Hi Ron, > > Thank you for looking into this. Let me know if I can do something to help. > > Cheers, > > Tom > > On Tuesday, May 14, 2024 at 6:2

Re: [cas-user] CAS 7.0.4 Can't get cas-management (7.0.0-SNAPSHOT) to authenticate to CAS

2024-05-15 Thread Tom Reijnders
ent 6.5 to 7-snapshot > today. > > Ray > > On Tue, 2024-05-14 at 07:48 -0700, Tom Reijnders wrote: > > You don't often get email from ajjrei...@gmail.com. Learn why this is > important <https://aka.ms/LearnAboutSenderIdentification> > > I am trying to migrate from CA

[cas-user] CAS 7.0.4 Can't get cas-management (7.0.0-SNAPSHOT) to authenticate to CAS

2024-05-14 Thread Tom Reijnders
I am trying to migrate from CAS 6.6.15 to CAS 7.04 (because I could not get Password reset working on 6.6.15). Password reset is working fine, but if I try to login to cas-management I end up in a redirection loop. I use the overlays generated by getcas.apereo.org/ui (CAS 7.0.4,

Re: [cas-user] CAS 7.04 trying to login on cas-management

2024-05-09 Thread Tom Reijnders
} } contacts: [ java.util.ArrayList [ { @class: org.apereo.cas.services.DefaultRegisteredServiceContact name: Tom Reijnders email: tom.reijnd...@dlearning.nl phone: 0851308364 department

[cas-user] CAS 7.04 trying to login on cas-management

2024-05-08 Thread Tom Reijnders
quot; implementation "org.apereo.cas:cas-server-support-jdbc-drivers" testImplementation "org.springframework.boot:spring-boot-starter-test" Any hint is appreciated. Cheers, Tom Reijnders -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - Li

Re: [EXTERNAL SENDER] [cas-user] Using Let's Encrypt for SSL certificate for CAS and CAS management

2022-07-25 Thread Tom Reijnders
seems to always stem from using > openssl to covert a pem/x509 cert and private key into a pkcs12 bundle. > Was not able to find a solution. > > > > This article looks like it might work, but I did not have time to test it > yet. > > > > *From:* cas-user@apereo.org

[cas-user] Using Let's Encrypt for SSL certificate for CAS and CAS management

2022-07-21 Thread Tom Reijnders
I used several methods to convert the Let's Encrypt certificatate to a PKCS12 certificate (inlcuding the key) but whatever I try, I get the follwing error when trying to start cas-management: java.security.UnrecoverableKeyException: Get Key failed: Given final block not properly padded. Such

[cas-user] CAS Management behind reverse proxy

2022-07-19 Thread Tom Reijnders
CAS has properties to configure it to run behind a reverse proxy (For CAS 6.4 those are cas.server.tomcat.http-proxy.*) Are there similar properties to run CAS management behind a revrse proxy? Is there a reference list of all the cas management properties? Thanks, Tom -- - Website:

[cas-user] Re: 6.4 SAML IdP wrong port number in metadata

2021-09-29 Thread Tom Reijnders
Ah. That information is generated the first time when needed. The informaton is stored in /etc/cas/saml/idp-metadata.xml. Just edit the file or remove the file after adjusting cas properties (like the port) and it will be regenerated. Tom On Monday, September 27, 2021 at 11:03:57 PM UTC+2 Tom

[cas-user] 6.4 SAML IdP wrong port number in metadata

2021-09-27 Thread Tom Reijnders
I use the normal 443 port in CAS (server.port=443 in cas.properties) and have enabled Saml support. However the cas/idp/metatadata has the wrong portnumber (8443) in the SingeSignOutService and SingleSignOnService url's. Where and how can I change those? Tom -- - Website: