Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Allow Synapse OIDC provider idp_name to be null #2306

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

jaywink
Copy link
Member

@jaywink jaywink commented Feb 5, 2024

It's not required, though technically it should be given if there are multiple providers.

Synapse config loads it defaulted to OIDC if not given: https://github.com/matrix-org/synapse/blob/be65a8ec0195955c15fdb179c9158b187638e39a/synapse/config/oidc.py#L299-L299

syn2mas uses this schema when loading the Synapse config file and will incorrectly mandate an idp_name value is set.

It's not required, though technically it should be given if there are multiple providers.

Synapse config loads it defaulted to `OIDC` if not given: https://github.com/matrix-org/synapse/blob/be65a8ec0195955c15fdb179c9158b187638e39a/synapse/config/oidc.py#L299-L299
@sandhose sandhose merged commit 114c5fc into matrix-org:main Feb 7, 2024
15 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants