We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 627e059 commit 2d500a6Copy full SHA for 2d500a6
1 file changed
dummy_sso_chronos.html
@@ -0,0 +1,20 @@
1
+<!DOCTYPE html>
2
+<html>
3
+<head>
4
+ <title>Dummy SSO</title>
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+</head>
7
+<body style="display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; margin: 0;">
8
+ <h2>Dummy OAuth Login</h2>
9
+ <button onclick="redirectBack()" style="padding: 16px 24px; font-size: 18px; cursor: pointer; border-radius: 8px;">
10
+ Authorize
11
+ </button>
12
+
13
+ <script>
14
+ function redirectBack() {
15
+ // Replace with your app's callback scheme
16
+ window.location.href = "https://sb1-god-cipher.mum1.zetaapps.in/chronos/authorization-code/callback?code=67af2a53d3424b4b945b463af5d989ae&state=8bb0710c-820c-46f7-b9df-fc1d31b293b3";
17
+ }
18
+ </script>
19
+</body>
20
+</html>
0 commit comments