diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-01-21 12:25:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-21 12:25:02 +0000 |
commit | 7447f197026db570c1c1af240642566b31f81e42 (patch) | |
tree | f4c1707b40e8161918b732589f6ee64048e5dd0d /changelog.d | |
parent | Fix a typo in the release notes. (diff) | |
download | synapse-7447f197026db570c1c1af240642566b31f81e42.tar.xz |
Prefix idp_id with "oidc-" (#9189)
... to avoid clashes with other SSO mechanisms
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9189.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9189.misc b/changelog.d/9189.misc new file mode 100644 index 0000000000..9a5740aac2 --- /dev/null +++ b/changelog.d/9189.misc @@ -0,0 +1 @@ +Add an `oidc-` prefix to any `idp_id`s which are given in the `oidc_providers` configuration. |