Add initial oidc interaction pages
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user