-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathexportObjects.html
43 lines (43 loc) · 1.41 KB
/
exportObjects.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
<!doctype html>
<html>
<head>
<meta name="viewport" content="initial-scale=1.0, minimum-scale=0.25">
<title>Export Objects</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>Export Objects bookmarklet</h3>
Export objects, such as Users, Groups, Directory Users, App Users, App Groups, Apps.<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/exportObjects.js";})();'>Export Objects</a><br>
<br>
<b>Usage</b><br>
1. Login to Okta Admin. Chrome and Firefox work best. IE is untested.<br>
2. Go to one of these:<br>
<ul>
<li>Directory > People
<li>Directory > Groups
<li>Directory > Directory Integrations and click on a Directory (to export Users)
<li>Applications > Applications and click on an App (to export Users or Groups)
<li>Applications > Applications (to export Apps)
</ul>
3. Click the bookmark from your toolbar.<br>
4. When the export is done, the objects are downloaded to a CSV file.<br>
<br>
<a href="exportObjects.js">source</a><br>
</body>
</html>