-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
14 lines (14 loc) · 937 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!doctype html><head><title>The Identity Selector</title><style>#login {
height: 85px;
width: 380px;
}</style><link href="/index.css" rel="stylesheet"></head><body><main role="main"><div class="jumbotron"><div class="container"><h1 class="display-3">Thiss.io Login</h1><div id="login"></div></div></div><div class="container">To use in your web application include the following code:<pre><code>
<script src="https://service.seamlessaccess.org/thiss.js"/>
<div id="login"> </div>
<script>
window.onload = function() {
thiss.DiscoveryComponent({
loginInitiatorURL: 'https://localhost/Shibboleth.sso/Login?target=https://google.com',
}).render('#login');
};
</script>
</code></pre></div></main><script src="/vendors~cta~ds~index.js"></script><script src="/vendors~cta~index.js"></script><script src="/index.js"></script></body>