-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
45 lines (42 loc) · 1.38 KB
/
index.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
33
34
35
36
37
38
39
40
41
42
43
44
<!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/harness.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 Authentication Test</h2>
<p>
This application will perform a series of conformance tests
on an OpenID Provider implementing the
<a href="https://solid.github.io/solid-oidc/">Solid-OIDC</a>
authentication specification.
</p>
<p>
<a href="https://github.com/solid-contrib/solid-oidc-tests">Source code</a> is MIT-licensed.
</p>
<p>
<button>Begin Tests</button>
</p>
</form>
</div>
</section>
<section id="report">
<div class="inactive">
<h2 class="issuer"></h2>
<p class="message"></p>
<table></table>
</div>
</section>
</body>
</html>