summaryrefslogtreecommitdiff
path: root/contrib/oauth2-authorization-failure.en.must
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/oauth2-authorization-failure.en.must')
-rw-r--r--contrib/oauth2-authorization-failure.en.must12
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/oauth2-authorization-failure.en.must b/contrib/oauth2-authorization-failure.en.must
new file mode 100644
index 000000000..c184d10d8
--- /dev/null
+++ b/contrib/oauth2-authorization-failure.en.must
@@ -0,0 +1,12 @@
+<html>
+<head>
+<title>403: KYC server refused access</title>
+</head>
+<body>
+The KYC backend refused the authorization code used by the exchange operator. Please inform the exchange operator about this failure.
+<pre>
+<!-- as provided by OAuth2.0 server --> {{ error }}:
+<!-- as provided by OAuth2.0 server --> {{ error_description }}
+</pre>
+</body>
+</html>