Browse Source

Fix capitalization: ids → IDs

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3759/head
Suguru Hirahara 1 year ago
parent
commit
b61d8f478f
No known key found for this signature in database GPG Key ID: E4F9743DAB4B7B75
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      docs/configuring-playbook-matrix-authentication-service.md
  2. +1
    -1
      examples/vars.yml
  3. +1
    -1
      roles/custom/matrix-base/defaults/main.yml

+ 1
- 1
docs/configuring-playbook-matrix-authentication-service.md View File

@@ -365,7 +365,7 @@ The same OIDC provider may have an `id` of `01HFVBY12TMNTYTBV8W921M5FA` on the M
To tell `syn2mas` how the Synapse-configured OIDC provider maps to the new MAS-configured OIDC provider, add this additional configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file: To tell `syn2mas` how the Synapse-configured OIDC provider maps to the new MAS-configured OIDC provider, add this additional configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:


```yml ```yml
# Adjust the mapping below to match your provider ids on the Synapse side and the MAS side.
# Adjust the mapping below to match your provider IDs on the Synapse side and the MAS side.
# Don't forget that Synapse automatically adds an `oidc-` prefix to provider ids defined in its configuration. # Don't forget that Synapse automatically adds an `oidc-` prefix to provider ids defined in its configuration.
matrix_authentication_service_syn2mas_process_extra_arguments: matrix_authentication_service_syn2mas_process_extra_arguments:
- "--upstreamProviderMapping oidc-keycloak:01HFVBY12TMNTYTBV8W921M5FA" - "--upstreamProviderMapping oidc-keycloak:01HFVBY12TMNTYTBV8W921M5FA"


+ 1
- 1
examples/vars.yml View File

@@ -1,6 +1,6 @@
--- ---
# The bare domain name which represents your Matrix identity. # The bare domain name which represents your Matrix identity.
# Matrix user ids for your server will be of the form (`@user:example.com`).
# Matrix user IDs for your server will be of the form (`@user:example.com`).
# #
# Note: this playbook does not touch the server referenced here. # Note: this playbook does not touch the server referenced here.
# Installation happens on another server ("matrix.example.com", see `matrix_server_fqn_matrix`). # Installation happens on another server ("matrix.example.com", see `matrix_server_fqn_matrix`).


+ 1
- 1
roles/custom/matrix-base/defaults/main.yml View File

@@ -1,7 +1,7 @@
--- ---


# The bare domain name which represents your Matrix identity. # The bare domain name which represents your Matrix identity.
# Matrix user ids for your server will be of the form (`@user:example.com`).
# Matrix user IDs for your server will be of the form (`@user:example.com`).
# #
# Note: this playbook does not touch the server referenced here. # Note: this playbook does not touch the server referenced here.
# Installation happens on another server ("matrix.example.com", see `matrix_server_fqn_matrix`). # Installation happens on another server ("matrix.example.com", see `matrix_server_fqn_matrix`).


Loading…
Cancel
Save