Can now run as a Ory Hydra login and consent app

This commit is contained in:
2023-11-03 18:18:25 +01:00
parent 6498a8bd06
commit 805bfe56db
9 changed files with 226 additions and 5 deletions

View File

@@ -3,9 +3,10 @@
<head>
<meta charset="UTF-8">
<title>SSO Login</title>
<script src="/login/login.js"></script>
</head>
<body>
<form action="password" method="post">
<form method="post">
<table>
<tr>
<td><label for="user">User</label></td>
@@ -18,7 +19,7 @@
<tr>
<td></td>
<td>
<input type="submit" value="Log in">
<input type="submit" value="Log in" id="doit">
</td>
</tr>
</table>