Add initial oidc interaction pages
This commit is contained in:
16
src/oidc_templates/interaction.ejs
Normal file
16
src/oidc_templates/interaction.ejs
Normal 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>
|
||||
Reference in New Issue
Block a user