Re: [cas-user] Cas 6.4.1 and cas-management 6.3.4

2021-10-07 Thread Mathieu HETRU
With cas version 6.3.7 it is ok… So, cas management is too late because not in version 6.4… Best regards, Mathieu HETRU > Le 6 oct. 2021 à 20:31, Mathieu HETRU a écrit : > >  > Yes It works with JsonServiceRegistry. > > But not JpaServiceRegistry : it returns unauthorized :-( > > I have fo

Re: [cas-user] Cas 6.4.1 and cas-management 6.3.4

2021-10-06 Thread Mathieu HETRU
Yes It works with JsonServiceRegistry. But not JpaServiceRegistry : it returns unauthorized :-( I have found my pb for double entry stored after modify : I have set « cas.service-registry.init-from-json=false » in my /etc/cas/config/management.properties Best regards, Mathieu HETRU > Le 6 oc

Re: [cas-user] Cas 6.4.1 and cas-management 6.3.4

2021-10-06 Thread Ray Bon
Mathieu, Your cas server and cas management should point to the same registry. Start with only one registry. Once that is working you can add another, but only if you really need it. Ray On Wed, 2021-10-06 at 18:25 +0200, Mathieu HETRU wrote: Notice: This message was sent from outside the Univ

[cas-user] Cas 6.4.1 and cas-management 6.3.4

2021-10-06 Thread Mathieu HETRU
Hello, My server cas 6.4.1 does not found my service stored in jpa with cas-management 6.3.4. Is it normal ? In debug mode cas shows JsonServiceRegistry, JpaServiceRegistry. My service stored in json is ok… not my service stored in jpa. And when i modify a service with cas-management, when i s