Configure identity provider settings at runtime. Changes are stored in memory only
and will be lost when the app restarts. Use this to quickly test against different IDPs
without editing .env.
OIDC Settings
The OpenID Connect discovery endpoint of the IDP.
Must match what's configured in the IDP.
SAML Settings
The entity ID this app presents as a Service Provider.
URL where the IDP publishes its SAML metadata XML.
IDP Certificate (temporary)
Upload the IDP's SSL/TLS certificate in PEM format. This is used when the IDP
has a self-signed certificate or one that is not trusted by the system. Stored
in memory only — cleared on reset or restart.