Hi,
I plan to develop the Shibboleth Discovery Functionnality over the current SAML Provider.
The goal is to provide a simple way to integrate an identity federation (like shibboleth) with a single provider.
So I plan to add a new Identity Provider that will fork the SAML one but adding the capability of parsing a federation metadata file periodically in order to maintain the list of federation available IdPs and a theme to produce a simple choice list for the federation IdPs...
To perform this I need to parse an online xml file periodically (1 hour). What is the best way to include this schedulled job in keycloak ? Is there any service where to put this code ?