mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-07 00:13:43 +01:00
Fix a typo found in review.
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
This commit is contained in:
parent
78f8d1322f
commit
e85f6c31a3
|
|
@ -794,7 +794,7 @@ Single Sign-On
|
|||
A client wanting to complete authentication using SSO should use the
|
||||
`Fallback`_ authentication flow by opening a browser window for
|
||||
``/_matrix/client/r0/auth/m.login.sso/fallback/web?session=<...>`` with the
|
||||
session parameter set to the session ID provied by the server.
|
||||
session parameter set to the session ID provided by the server.
|
||||
|
||||
The homeserver should return a page which asks for the user's confirmation
|
||||
before proceeding. For example, the page could say words to the effect of:
|
||||
|
|
|
|||
Loading…
Reference in a new issue