matrix-org / matrix-user-verification-service

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

Any changes required in homeserver.yaml? #18

Open rajil opened 3 years ago

rajil commented 3 years ago

It is not clear from the documentation whether any changes need to be made in /etc/matrix-synapse/homeserver.yaml

For instance the Readme suggests .env to have UVS_ACCESS_TOKEN=foobar. Should this 'foobar' token be also added in /etc/matrix-synapse/homeserver.yaml ?

jaywink commented 3 years ago

Hi! UVS doesn't require any homeserver configuration, it only requires a user access_token to do the checks with. Leaving this open as better documentation could be added.

rwjack commented 1 year ago

Anyone have an idea on how to create a client API admin token? Create a new admin user and use the access token at the bottom of settings?