matrix-spec/content/client-server-api/modules/openid.md
Andrew Morgan 03dd5470e6 Add a hyphen between third and party when used as an adjective
'third-party' should have a hyphen when used as an adjective, such as in
'third-party network'. It should not have a dash when used as a noun, such
as in 'sharing with a third party'.

All uses in the spec of third-party were as an adjective. Thus they have all
been updated to include a hyphen where they didn't already.
2023-02-22 23:21:39 +00:00

310 B

OpenID

This module allows users to verify their identity with a third-party service. The third-party service does need to be matrix-aware in that it will need to know to resolve matrix homeservers to exchange the user's token for identity information.

{{% http-api spec="client-server" api="openid" %}}