login.jsp revision 756d4b8bce5a58e5bd8fe686688b6c42d2e7052b
0N/A<!DOCTYPE html>
2362N/A<html>
0N/A<head>
0N/A <title>OAuth2 Provider Login</title>
0N/A</head>
0N/A<body>
2362N/A <form action="authenticate" method="post">
0N/A <label for="username">Username</label>
2362N/A <input id="username" name="username"/>
0N/A <label for="password">Password</label>
0N/A <input id="password" name="password" type="password"/>
0N/A <input id="goto" name="goto" type="hidden" value="<%= request.getParameter("goto") %>">
0N/A <button type="submit">Login</button>
0N/A </form>
0N/A</body>
0N/A</html>