Skip to content

Commit 8833ba5

Browse files
authored
Create dummy_sso_real.html
1 parent bcbbdab commit 8833ba5

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

dummy_sso_real.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)