initial commit
This commit is contained in:
17
public/index.html
Normal file
17
public/index.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user