Dynamically load SAML configurations at initiation time

I was wondering if there was a way to load the SAML configurations and use that configuration when initiating SSO. In the documentation I could only see storing them in a config file or in the database but it was only read when the application was started.

SAML configuration may be loaded from the saml.config file or set programmatically if it’s stored in a database etc.
Typically configuration would be set at startup but you can update the configuration dynamically as required.
This might be the case if you support administrators updating the SAML configuration and you want those changes to be effective immediately.
We don’t recommend setting the SAML configuration on each SSO request.