diff --git a/docs/openid.md b/docs/openid.md index 6670f36261442197b3206a519dbd0d945e8c0e6d..da391f74aa0e07fa6e927c616e91b33383ab74e0 100644 --- a/docs/openid.md +++ b/docs/openid.md @@ -205,7 +205,7 @@ GitHub is a bit special as it is not an OpenID Connect compliant provider, but just a regular OAuth2 provider. The [`/user` API endpoint](https://developer.github.com/v3/users/#get-the-authenticated-user) -can be used to retrieve information on the authenticated user. As the Synaspse +can be used to retrieve information on the authenticated user. As the Synapse login mechanism needs an attribute to uniquely identify users, and that endpoint does not return a `sub` property, an alternative `subject_claim` has to be set.