Re: [cas-user] what is the CAS 6.6.x SSO endpoint as SP in delegated SAML AuthN?

2023-08-28 Thread Ray Bon
Yan, It still sounds like you are mixing the client with the delegated authn (okta). If your client app is communicating with SAML, then cas should be configured as the IdP for client app. The client app will have cas IdP metadata (with cas url in it) and cas will have client app SP metadata

Re: [cas-user] HTTPSandIMAPS-10000001.json keeps coming back

2023-08-28 Thread 'martin....@springer.com' via CAS Community
For me it is solved by adding empty {} JSON files with the very same name to a directory named src/main/resources/services in my project. Regards Martin On Monday, August 28, 2023 at 1:19:26 PM UTC+2 martin@springer.com wrote: > Pretty weird,

[cas-user] Re: Disable loading of default services into registry on cas-management 6.6.3 server startup

2023-08-28 Thread 'martin....@springer.com' via CAS Community
I found a workaround by adding empty {} JSON files with the very same name to a directory named src/main/resources/services in my project. Thanks for your suggestions. Regards Martin On Monday, August 28, 2023 at 1:19:26 PM UTC+2 martin@springer.com wrote: >

[cas-user] Re: Disable loading of default services into registry on cas-management 6.6.3 server startup

2023-08-28 Thread 'martin....@springer.com' via CAS Community
cas.service-registry.core.init-from-json=false is the default, still even if set both entries reappear on every startup of cas-management server. Regards Martin On Monday, August 28, 2023 at 7:12:02 AM UTC+2 p.bo...@centrum.cz wrote: > Hi Martin, > > it looks like you've got the same problem

Re: [cas-user] HTTPSandIMAPS-10000001.json keeps coming back

2023-08-28 Thread 'martin....@springer.com' via CAS Community
Pretty weird, cas.service-registry.core.init-from-json=false should be the default anyway, but with or without this setting, cas-management server is bringing back both files on every startup. see also https://groups.google.com/a/apereo.org/g/cas-user/c/vKP1q1O4xs8 Regards Martin On Tuesday,