services.dendrite.settings.global.trusted_third_party_id_servers

NixOS option

Lists of domains that the server will trust as identity servers to verify third party identifiers such as phone numbers and email addresses

type: list of string
Default
[
  "matrix.org"
  "vector.im"
]
Example
[
  "matrix.org"
]
declared in: nixos/modules/services/matrix/dendrite.nixView source on NixOS/nixpkgs →