mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 04:27:02 +01:00
15 lines
456 B
HTML
15 lines
456 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<title>Kanidm OAuth Test Page</title>
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Hi there!</h1>
|
|
<p>
|
|
Looks like you've successfully authenticated to the page, welcome!
|
|
</p>
|
|
|
|
</body>
|
|
</html> |