Hi Francisco, If I recalled correctly, you are suppose to use CAS Management Web app along side with CAS to allow for modification on those service stored under JPA.
CAS Management Web app: https://github.com/apereo/cas-management Also, although the best way to interact with service is through CAS Managemnt, I found that if you really want to edit those service but not use CAS management, repo like MongoDB can be used. It is possible to edit Mongo entry since they are JSON anyway, but not recommended. Cheers! - Andy On Friday, 4 December 2020 at 23:46:40 UTC+8 richard.frovarp wrote: > I believe that it is serialized Java classes. So it's binary data. You > don't change it without an external service. I guess you could find the > code that does it and write you own service. But you don't be doing it > via direct DB manipulation. > > On Fri, 2020-12-04 at 09:48 +0000, Francisco Castel-Branco wrote: > > Hi everyone, > > > > I can't figure out how can I determine accessStrategies and stuff > > through the JPA service manager in version 6.2(.4). I have all the > > automatically generated tables, but I cant seem to understand what > > goes into the LONGBLOB columns. > > > > How can I modify these parameters with or without an external > > service? > > > > Thanks > > -- > > Francisco Castel-Branco > -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/902abab3-3bfc-4389-a9c9-2aac4ffe5dcan%40apereo.org.
