Exchange an OpenID token for user information
GET {{baseUrl}}/openid/userinfo?access_token=SomeT0kenHere
Exchanges an OpenID access token for information about the user who generated the token. Currently this only exposes the Matrix User ID of the owner.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
access_token | string | (Required) The OpenID access token to get information about the owner for. |
RESPONSES
status: OK
{"sub":"@alice:example.com"}