Add initial oidc interaction pages

This commit is contained in:
Johannes Zellner
2023-03-11 17:22:27 +01:00
parent 31e900cb9c
commit d6adbf46e6
4 changed files with 52 additions and 4 deletions
+24
View File
@@ -0,0 +1,24 @@
<html>
<head>
<title>Cloudron OpenID Connect Login</title>
</head>
<body>
<h1>Cloudron Login</h1>
<form method="post" action="<%= submitUrl %>">
<div>
<label>Username</label>
<input type="username" name="username"/>
</div>
<div>
<label>Password</label>
<input type="password" name="password"/>
</div>
<button type="submit">Login</button>
</form>
</body>
</html>