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

View File

@@ -0,0 +1,16 @@
<html>
<head>
<title>Consent</title>
</head>
<body>
<h1>Cloudron Login</h1>
<form method="post" action="<%= submitUrl %>">
<button type="submit">Authorize</button>
</form>
</body>
</html>