summary refs log tree commit diff
path: root/synapse/res/templates/sso_auth_bad_user.html
blob: 3611191bf99d0d6b7ab6c9e87c1cb7eafd0b12e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head>
    <title>Authentication Failed</title>
</head>
    <body>
        <div>
            <p>
                We were unable to validate your <tt>{{server_name | e}}</tt> account via
                single-sign-on (SSO), because the SSO Identity Provider returned
                different details than when you logged in.
            </p>
            <p>
                Try the operation again, and ensure that you use the same details on
                the Identity Provider as when you log into your account.
            </p>
        </div>
    </body>
</html>