Normally, when `discovery` is enabled,
`id_token_signing_alg_values_supported` comes from the OpenID Discovery
Document (`/.well-known/openid-configuration`). If nothing was
specified, we default to supporting `RS256` in the downstream usage.
This PR just adds support for adding a default/overriding the the
discovered value [just like we do for other things like the
`token_endpoint`](
|
||
|---|---|---|
| .. | ||
| user_authentication | ||
| config_documentation.md | ||
| homeserver_sample_config.md | ||
| logging_sample_config.md | ||
| README.md | ||
Configuration
This section contains information on tweaking Synapse via the various options in the configuration file. A configuration file should have been generated when you installed Synapse.