Which config files are needed. Which ones are deployment specific, which ones are related to the connected entities? Which modules are needed?
Deployment specific configs:
Connected entities configs:
- oidc clients are managed by oidc module, stored in a shared DB;
- generate_oidc_config.php – extracting rulesets from shared DB;
- module_metarefresh.php – contains metadata urls for saml entities (but config was updated externally, calling cron for metarefresh updates);
- …
Modules needed:
- 'saml',
- 'admin',
- 'cron',
- 'metarefresh',
- ‘oidc',
- 'mymodule', – for custom html .twig templates
- …