mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
19 lines
576 B
HTML
19 lines
576 B
HTML
|
<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>
|