Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/19270.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Document the importance of `public_baseurl` when configuring OpenID Connect authentication.
2 changes: 2 additions & 0 deletions docs/openid.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ setting in your configuration file.
See the [configuration manual](usage/configuration/config_documentation.md#oidc_providers) for some sample settings, as well as
the text below for example configurations for specific providers.

For setups using [delegation](delegate.md) make sure [public_baseurl](usage/configuration/config_documentation.md#public_baseurl) is set to the correct value (it defaults to [server_name](usage/configuration/config_documentation.md#server_name)), else Synapse will try to fix the incorrect hostname and will redirect to the value set as `server_name`.

## OIDC Back-Channel Logout

Synapse supports receiving [OpenID Connect Back-Channel Logout](https://openid.net/specs/openid-connect-backchannel-1_0.html) notifications.
Expand Down