Hi All,
I'm currently trying to set up dynamic configuration for my SAML clients.
The SAML clients information will be dynamically updated by our end users at run time.
The only way this work for us with the current deployment is that we'll have to store all the SAML properties on the database.
When the properties are added, we internally make a call to CAS server to update its configuration using status/refresh
After going through many documentation, I couldn't really find the right way to set the spring cloud properties for this type of deployment.
We still want to use the native configuration (cas.properties) , and in addition using the spring cloud in our case it's JDBC to load SAML client configurations.
Is this possible? If so please help me with the sample spring configuration for such the setup.
Thank you,
Pisut Hutton