services.dendrite.settings.global.trusted_third_party_id_servers

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
<nixpkgs/nixos/modules/services/matrix/dendrite.nix>