From f00b450cb2f50ccc1a610cee7adcb7b08e18d3fc Mon Sep 17 00:00:00 2001
From: Patrizio Bekerle <patrizio@bekerle.com>
Date: Wed, 26 May 2021 10:36:22 +0200
Subject: [PATCH] Add silent-check-sso.html to examples

---
 .../silent-check-sso.html                                  | 7 +++++++
 .../silent-check-sso.html                                  | 7 +++++++
 examples/dbp-signature-verification/silent-check-sso.html  | 7 +++++++
 examples/dbp-signature/silent-check-sso.html               | 7 +++++++
 4 files changed, 28 insertions(+)
 create mode 100644 examples/dbp-official-signature-pdf-upload/silent-check-sso.html
 create mode 100644 examples/dbp-qualified-signature-pdf-upload/silent-check-sso.html
 create mode 100644 examples/dbp-signature-verification/silent-check-sso.html
 create mode 100644 examples/dbp-signature/silent-check-sso.html

diff --git a/examples/dbp-official-signature-pdf-upload/silent-check-sso.html b/examples/dbp-official-signature-pdf-upload/silent-check-sso.html
new file mode 100644
index 0000000..94fe226
--- /dev/null
+++ b/examples/dbp-official-signature-pdf-upload/silent-check-sso.html
@@ -0,0 +1,7 @@
+<html>
+<body>
+    <script>
+        parent.postMessage(location.href, location.origin)
+    </script>
+</body>
+</html>
\ No newline at end of file
diff --git a/examples/dbp-qualified-signature-pdf-upload/silent-check-sso.html b/examples/dbp-qualified-signature-pdf-upload/silent-check-sso.html
new file mode 100644
index 0000000..94fe226
--- /dev/null
+++ b/examples/dbp-qualified-signature-pdf-upload/silent-check-sso.html
@@ -0,0 +1,7 @@
+<html>
+<body>
+    <script>
+        parent.postMessage(location.href, location.origin)
+    </script>
+</body>
+</html>
\ No newline at end of file
diff --git a/examples/dbp-signature-verification/silent-check-sso.html b/examples/dbp-signature-verification/silent-check-sso.html
new file mode 100644
index 0000000..94fe226
--- /dev/null
+++ b/examples/dbp-signature-verification/silent-check-sso.html
@@ -0,0 +1,7 @@
+<html>
+<body>
+    <script>
+        parent.postMessage(location.href, location.origin)
+    </script>
+</body>
+</html>
\ No newline at end of file
diff --git a/examples/dbp-signature/silent-check-sso.html b/examples/dbp-signature/silent-check-sso.html
new file mode 100644
index 0000000..94fe226
--- /dev/null
+++ b/examples/dbp-signature/silent-check-sso.html
@@ -0,0 +1,7 @@
+<html>
+<body>
+    <script>
+        parent.postMessage(location.href, location.origin)
+    </script>
+</body>
+</html>
\ No newline at end of file
-- 
GitLab