-
Notifications
You must be signed in to change notification settings - Fork 4
/
callback.html
33 lines (31 loc) · 1.08 KB
/
callback.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html>
<head>
<title>Solid OpenID Connect Conformance Test</title>
<link rel="shortcut icon" type="image/svg" href="img/solid.svg"/>
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Raleway" />
<link rel="stylesheet" type="text/css" href="css/styles.css"/>
<script type="module" src="js/callback.js"></script>
</head>
<body>
<header>
<a href="https://solidproject.org"><img src="img/solid.svg" title="Solid Project" alt="Solid Project"></a>
<h1>Solid-OIDC Conformance Test</h1>
</header>
<section id="informational">
<div>
<form id="solid-oidc">
<h2>Solid-OIDC Provider Selection</h2>
<p>Please enter the issuer URL for the Solid-OIDC provider you wish to test.</p>
<p>
<label for="issuer">Solid-OIDC Issuer:</label>
<input id="issuer" type="url" placeholder="OpenID Issuer" required autofocus>
</p>
<p>
<button>Perform Tests</button>
</p>
</form>
</div>
</section>
</body>
</html>