oauth2-authentication-failure.en.must (477B)
1 <html> 2 <head> 3 <title>403: Authentication by KYC server failed</title> 4 </head> 5 <body> 6 You failed the authentication check. 7 The transaction remains blocked. 8 Please obtain proper credentials and try again to proceed. 9 <pre> 10 <!-- as provided by OAuth2.0 server --> {{ error }}: 11 <!-- optional, as provided by OAuth2.0 server --> {{ error_description }} 12 13 <!-- optional link (render as link if present!), as provided by OAuth2.0 server --> {{ error_uri }} 14 </pre> 15 </body> 16 </html>