[cas-user] BUG - OIDC Login

2019-10-22 Thread Christian Schmidt
Hey, I found a bug when trying to login in an OIDC service. When opening an OIDC service, the user gets redirected to the /authorize endpoint of the sso. If the user has no active sso session, he will get redirected to the login view. After logging in, he will be redirected to the

Re: [cas-user] CAS 6.0.5 : Throttling

2019-09-26 Thread Christian Schmidt
Have a look at https://github.com/apereo/cas/blob/master/support/cas-server-support-throttle-core/src/main/java/org/apereo/cas/web/support/InMemoryThrottledSubmissionCleaner.java but it won't lead you anywhere. I agree with you in that point, that the documentation regarding the threshold and

Re: [cas-user] CAS 5.1.0-RC4 In-memory ticket registry still starting when using Hazelcast ticket registry

2019-09-20 Thread Christian Schmidt
Hi, I just went through the logs of a new installation of 6.1 RC6 and found the same logging entry like Matt with Version 5.1. 2019-09-20 16:38:26,277 DEBUG [org.apereo.cas.config.HazelcastTicketRegistryConfiguration] - ... 2019-09-20 16:38:33,655 INFO [org.apereo.cas.util.CoreTicketUtils] -

[cas-user] Re: Received status code 429 from server: Too Many Requests

2019-09-13 Thread Christian Schmidt
Hi, i wrote a mail to sonatype on wednesday and got a response. Oh dang. We are moving some services around, perhaps something is not > running. We will look into it. > > Thanks for letting us know. > > Ken > Was working on thursday again for me. -- - Website: https://apereo.github.io/cas

[cas-user] Re: CAS - SMS Notificatiosn via REST

2019-09-12 Thread Christian Schmidt
Hi, I've been digging through the documentation and the source for about 2-3 hours now. As stated on this page: https://apereo.github.io/cas/development/password_management/Password-Management.html It says : "Those who have forgotten their account password may receive a secure link with a

[cas-user] CAS - SMS Notificatiosn via REST

2019-08-08 Thread Christian Schmidt
Hello @all, I'm curious to test the SMS REST interface for password management notifications. -> https://apereo.github.io/cas/6.0.x/notifications/SMS-Messaging-Configuration.html Sadly the documentation on the SMS feature is very small so I had to play with the configurations parameters but

Re: [cas-user] CAS 6.x - Bypass Approval Prompt

2019-05-27 Thread Christian Schmidt
Hi, thank you for your reply. I was using CAS 6.1 RC3. To validate the issue I just tested 6.1 RC4 - and it worked ! For verification I changed back to RC3 and had the same approval site problem again. RC4 fixed my issue. Best regards, Christian -- - Website:

[cas-user] CAS 6.x - Bypass Approval Prompt

2019-05-22 Thread Christian Schmidt
Hi, I'm currently working on CAS in version 6.1. I have enabled OIDC and created a service which is working. The problem I'm having is, that on every login the User gets redirected to an approval/consent screen where he has to allow the service the access. Accoring to the