matrix-docker-ansible-deploy/docs
Slavi Pantaleev c07c927d9f Automatically enable openid listeners when ma1sd enabled
ma1sd requires the openid endpoints for certain functionality.
Example: 90b2b5301c/src/main/java/io/kamax/mxisd/auth/AccountManager.java (L67-L99)

If federation is disabled, we still need to expose these openid APIs on the
federation port.

Previously, we were doing similar magic for Dimension.
As per its documentation, when running unfederated, one is to enable
the openid listener as well. As per their recommendation, people
are advised to do enable it on the Client-Server API port
and use the `federationUrl` variable to override where the federation
port is (making federation requests go to the Client-Server API).

Because ma1sd always uses the federation port (unless you do some
DNS overwriting magic using its configuration -- which we'd rather not
do), it's better if we just default to putting the `openid` listener
where it belongs - on the federation port.

With this commit, we retain the "automatically enable openid APIs" thing
we've been doing for Dimension, but move it to the federation port instead.
We also now do the same thing when ma1sd is enabled.
2020-12-08 16:59:20 +02:00
..
alternative-architectures.md Update docs on self-building and remove useless variable 2020-06-29 14:58:03 +03:00
ansible.md Add notes about running Ansible on Ubuntu 20.04 2020-10-15 11:35:29 +03:00
configuring-captcha.md Simplify enabling recaptcha instructions a bit 2020-07-04 09:35:20 +03:00
configuring-dns.md Switch to the new vectorim/element-web Docker image 2020-10-29 11:46:58 -05:00
configuring-playbook-base-domain-serving.md Be explicit about the type of DNS record to use 2020-07-21 11:20:00 +00:00
configuring-playbook-bot-matrix-reminder-bot.md Improve wording a bit 2020-07-20 14:24:49 +03:00
configuring-playbook-bridge-appservice-discord.md Mention and recommend enabling usePrivilegedIntents 2020-11-13 08:23:40 +02:00
configuring-playbook-bridge-appservice-irc.md Fix matrix-appservice-irc database specification 2020-02-08 11:02:03 +01:00
configuring-playbook-bridge-appservice-slack.md better described how to get channel id, added a section how to unlink a channel and a troubleshooting section 2020-04-13 17:17:19 +02:00
configuring-playbook-bridge-appservice-webhooks.md quick typo 2020-02-25 19:01:32 -05:00
configuring-playbook-bridge-matrix-bridge-sms.md Update configuring-playbook-bridge-matrix-bridge-sms.md 2020-11-25 15:39:14 +01:00
configuring-playbook-bridge-mautrix-facebook.md Add support for automatic Double Puppeting for all Mautrix bridges 2020-01-12 20:28:36 +02:00
configuring-playbook-bridge-mautrix-hangouts.md Add support for automatic Double Puppeting for all Mautrix bridges 2020-01-12 20:28:36 +02:00
configuring-playbook-bridge-mautrix-telegram.md Add support for automatic Double Puppeting for all Mautrix bridges 2020-01-12 20:28:36 +02:00
configuring-playbook-bridge-mautrix-whatsapp.md Add support for automatic Double Puppeting for all Mautrix bridges 2020-01-12 20:28:36 +02:00
configuring-playbook-bridge-mx-puppet-discord.md Announce mx-puppet-discord bridging support 2020-07-01 19:01:14 +03:00
configuring-playbook-bridge-mx-puppet-instagram.md mx-puppet-instagram: add documentation on how to setup & use the bridge 2020-06-28 10:46:39 +02:00
configuring-playbook-bridge-mx-puppet-skype.md Rename documentation file 2020-04-09 09:26:03 +03:00
configuring-playbook-bridge-mx-puppet-slack.md Announce mx-puppet-slack support 2020-04-23 18:03:36 +03:00
configuring-playbook-bridge-mx-puppet-steam.md Fixed Steam link 2020-07-05 10:26:34 +03:00
configuring-playbook-bridge-mx-puppet-twitter.md Add mx-puppet-twitter 2020-06-29 15:28:43 +03:00
configuring-playbook-client-element.md Switch to the new vectorim/element-web Docker image 2020-10-29 11:46:58 -05:00
configuring-playbook-dimension.md Automatically enable openid listeners when ma1sd enabled 2020-12-08 16:59:20 +02:00
configuring-playbook-dynamic-dns.md Announce Dynamic DNS support 2020-11-11 00:01:08 +02:00
configuring-playbook-email.md Typo STMP -> SMTP 2020-05-16 14:49:12 +02:00
configuring-playbook-email2matrix.md Mention Email2Matrix usage alongside Postfix 2019-08-09 12:15:44 +03:00
configuring-playbook-external-postgres.md Fix incorrect inventory host_vars paths 2019-05-24 08:06:42 +09:00
configuring-playbook-federation.md Automatically enable openid listeners when ma1sd enabled 2020-12-08 16:59:20 +02:00
configuring-playbook-jitsi.md fixes config.js 2020-12-06 23:42:44 +01:00
configuring-playbook-ldap-auth.md Replace mxisd with ma1sd in docs, fixing URLs 2020-04-02 11:26:30 +02:00
configuring-playbook-ma1sd.md Automatically enable openid listeners when ma1sd enabled 2020-12-08 16:59:20 +02:00
configuring-playbook-matrix-corporal.md Be more clear that Corporal requires Shared Secret Auth 2020-08-19 09:29:39 +03:00
configuring-playbook-matrix-registration.md Add matrix-registration support 2020-09-01 13:46:05 +03:00
configuring-playbook-nginx.md Add support for reverse-proxying /_synapse/oidc 2020-11-02 11:10:03 +02:00
configuring-playbook-own-webserver.md Add jitsi.DOMAIN to sample Traefik 2.0 config 2020-11-27 13:30:00 +02:00
configuring-playbook-rest-auth.md Replace mxisd with ma1sd in docs, fixing URLs 2020-04-02 11:26:30 +02:00
configuring-playbook-riot-web.md Add information about deleting SSL renewal config 2020-07-23 08:15:18 +03:00
configuring-playbook-s3.md Improve Goofys documentation example for GCS 2020-07-12 09:50:39 +03:00
configuring-playbook-shared-secret-auth.md Mention pwgen for generating a strong shared secret 2020-05-29 10:38:12 +03:00
configuring-playbook-ssl-certificates.md Fix links to using your own webserver doc 2020-09-12 14:11:16 -05:00
configuring-playbook-synapse-admin.md Improve wording a bit 2020-10-27 20:41:52 +02:00
configuring-playbook-synapse-simple-antispam.md Add support for Synapse Simple Antispam 2019-09-09 08:13:10 +03:00
configuring-playbook-synapse.md Add support for reverse-proxying /_synapse/oidc 2020-11-02 11:10:03 +02:00
configuring-playbook-telemetry.md Update configuring-playbook-telemetry.md 2020-09-07 17:14:34 +03:00
configuring-playbook-turn.md Added a documentation enhancement regarding external TURN server 2020-05-05 08:42:14 +02:00
configuring-playbook.md Updates to reviewer comments 2020-11-07 17:53:13 -08:00
configuring-well-known.md Riot is now Element 2020-07-17 11:31:20 +03:00
getting-the-playbook.md Improve documentation about getting the playbook 2019-03-10 17:02:20 +02:00
howto-server-delegation.md Fix docker mount instruction in documentation 2020-10-24 17:03:24 +02:00
importing-media-store.md Do not refer to Synapse as "Matrix Synapse" 2019-04-23 10:20:56 +03:00
importing-postgres.md Fix sed formatting 2020-07-13 15:12:17 +01:00
importing-sqlite.md Add additional notice to SQLite importing docs 2020-10-07 09:06:59 +03:00
installing.md Add note about ask-become-pass 2020-05-09 11:04:49 -07:00
maintenance-and-troubleshooting.md add some doc about the run-docker-prune tag 2020-10-10 14:27:07 +02:00
maintenance-checking-services.md Update URL for Matrix federation tester 2019-05-09 07:04:46 +02:00
maintenance-migrating.md Fix "Migrating to a new server" flow due to dynamic user/group creation 2020-05-06 09:55:40 +03:00
maintenance-postgres.md Use up-to-date PostgreSQL container version for backups. 2020-10-02 22:53:06 +02:00
maintenance-synapse.md Add support for rust-synapse-compress-state 2020-08-21 13:53:39 +03:00
maintenance-upgrading-services.md Fix typos and improve wording 2020-06-01 22:32:19 +03:00
prerequisites.md Automatically enable openid listeners when ma1sd enabled 2020-12-08 16:59:20 +02:00
README.md Add more notes on migrating data from another installation 2020-07-14 16:25:39 +03:00
registering-users.md Mention CAPTCHA for public-registration servers 2020-09-01 14:00:17 +03:00
self-building.md Add self-building support to matrix-corporal 2020-12-04 01:48:08 +02:00
uninstalling.md Improve uninstallation instructions 2020-11-24 09:38:17 +02:00
updating-users-passwords.md Riot is now Element 2020-07-17 11:31:20 +03:00