We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcbbdab commit 8833ba5Copy full SHA for 8833ba5
dummy_sso_real.html
@@ -0,0 +1,17 @@
1
+<!DOCTYPE html>
2
+<html>
3
+<head>
4
+ <title>Dummy OAuth</title>
5
+</head>
6
+<body>
7
+ <h2>Dummy OAuth Login</h2>
8
+ <button onclick="redirectBack()">Authorize</button>
9
+
10
+ <script>
11
+ function redirectBack() {
12
+ // Simulate your real HTTPS callback
13
+ window.location.href = "https://sb1-god-cipher.mum1.zetaapps.in/chronos/authorization-code/callback?code=dummycode123&state=dummystate";
14
+ }
15
+ </script>
16
+</body>
17
+</html>
0 commit comments