Matrix / Synapse
Last updated
Was this helpful?
Last updated
Was this helpful?
For Synapse OIDC to work you'll have to run Defguard with .
First, go to the Defguard OpenID tab and click add new app button.
Add the name Matrix
Add your matrix address as redirect URL (e.g. https://matrix.com/_synapse/client/oidc/callback
)
Select scopes:
OpenID
Profile
Phone
Submit the form.
After successfully adding your app you can see it in the OpenID apps list. When you click on it you will be redirected to the client details page. From this page copy Client ID and Client secret values for later.
Open your homeserver.yaml configuration file.
Paste below configuration with appropriate values
After logging out of your Matrix client of choice you should now be able to select your new realm and login with Defguard using OpenID Connect.