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:

  1. 'saml',
  2. 'admin',
  3. 'cron',
  4. 'metarefresh',
  5. ‘oidc',
  6. 'mymodule', – for custom html .twig templates
  • No labels