matrix-org / matrix-user-verification-service

Service to verify details of a user based on a Open ID token.
Other
22 stars 21 forks source link

Support resolving OpenID tokens against any given homeserver #5

Closed jaywink closed 3 years ago

jaywink commented 3 years ago

Allows optionally to run in a multiple homeservers mode in where the given OpenID token will be checked against a given homeserver.

Room memberships are still only checked against the configured homeserver since that happens over Synapse admin API.

Closes #3