17 lines
626 B
HTML
17 lines
626 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<title>Node oAuth2 Example</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<!-- <link rel="stylesheet" type="text/css" media="screen" href="main.css" /> -->
|
|
<!-- <script src="main.js"></script> -->
|
|
</head>
|
|
|
|
<body>
|
|
<a href="http://localhost:8180/realms/master/protocol/openid-connect/auth?client_id=karkarcar&redirect_uri=http://localhost:8080/oauth/redirect&response_type=code&scope=openid">Login with keycloak</a>
|
|
</body>
|
|
|
|
</html> |