-
Notifications
You must be signed in to change notification settings - Fork 37
/
showSSO.html
35 lines (35 loc) · 1.04 KB
/
showSSO.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
<!doctype html>
<html>
<head>
<meta name="viewport" content="initial-scale=1.0, minimum-scale=0.25">
<title>Show SSO</title>
<style type="text/css">
body {
font-family: Arial, sans-serif;
font-size: 1em;
}
.bm {
padding: 1px;
text-decoration: none;
color: black;
background-color: #ddd;
}
</style>
</head>
<body>
<h3>Show SSO bookmarklet</h3>
This bookmarklet shows SAML/WS-Fed assertions and other SSO information.<br>
<br>
<b>Setup</b><br>
1. Show your bookmarks toolbar. In Chrome, ... > Bookmarks > Show Bookmarks Bar. In Firefox/IE, right-click in the title bar and click Bookmarks Toolbar.<br>
2. Drag this to the bookmark toolbar:<br>
<a class=bm href='javascript:(function(){document.body.appendChild(document.createElement("script")).src="https://gabrielsroka.github.io/saml.js";})();'>Show SSO</a><br>
<br>
<b>Usage</b><br>
1. Login to Okta.<br>
2. Click the bookmark from your toolbar.<br>
3. Below each chicklet, there's a Show SSO link. Click one to see the SSO information.<br>
<br>
<a href="saml.js">source</a><br>
</body>
</html>