forked from nbenbarak-okta/okta.github.io-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
348 lines (262 loc) · 11.3 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
<!doctype html>
<!--[if lt IE 7 ]> <html class="ie6"> <![endif]-->
<!--[if IE 7 ]> <html class="ie7"> <![endif]-->
<!--[if IE 8 ]> <html class="ie8"> <![endif]-->
<!--[if IE 9 ]> <html class="ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html class=""> <!--<![endif]-->
<head>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="/favicon.ico">
<title>The Identity Platform for Developers | Okta</title>
<meta name="description" content="Secure, scalable, and highly available authentication and user management for any app.">
<link rel="canonical" href="http://developer.okta.com">
<link rel="stylesheet" href="/assets/vendor/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="/assets/css/animate.css">
<link rel="stylesheet" href="/assets/css/master.css">
<link rel="stylesheet" href="/assets/css/page-home.css">
<link rel="stylesheet" href="/assets/css/responsive.css">
<script type="text/javascript" defer="defer" src="/assets/js/jquery.min.js"></script>
<script type="text/javascript" defer="defer" src="/assets/js/tabber.js"></script>
<script type="text/javascript" defer="defer" src="/assets/js/pacnav.js"></script>
<script type="text/javascript" defer="defer" src="/assets/js/master.js"></script>
<script type="text/javascript" defer="defer" src="/assets/js/scrollspy.js"></script>
<!-- TypeKit -->
<script src="//use.typekit.net/pls8pog.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
<!-- GA -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-15777010-3', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<header class="site-header">
<div class="wrap">
<h1 class="site-title"><a href="/">Okta Developer</a></h1>
<nav id="primary-nav" class="site-nav loaded">
<ul>
<li><a href="/product/">Product</a></li>
<li><a href="/pricing/">Pricing</a></li>
<li><a href="/customers/">Customers</a></li>
<li><a href="/docs/guides/overview.html">Docs</a></li>
<li><a href="/discussion/">Discussion</a></li>
<li class="has-dropdown"><a href="#">Support</a>
<div class="dropdown-window">
<p class="stack-overflow">
Post your question on <a href="http://stackoverflow.com/search?q=okta" target="_blank">Stack Overflow</a>.<br />
We'll answer it within 24 hours.
</p>
<p class="email">
Email us:<br />
<a href="mailto:[email protected]">[email protected]</a>
</p>
<p class="tel">
Call us:<br />
<a href="tel:18777227871">1 (877) 722-7871</a>
</p>
</div>
</li>
</ul>
</nav>
<a href="/search" class="gsc-trigger search-button"></a>
<div class="search-container">
<div class="gsc-container">
<script defer="defer">
(function() {
var cx = '005121479574088032773:mmh_vhv8uns';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:searchbox-only resultsUrl="/search" enableAutoComplete="true"></gcse:searchbox-only>
</div>
</div>
<a href="https://www.okta.com/developer/signup/" class="cta-button button--small">Get Started</a>
</div>
</header>
<!-- Google Tag Manager -->
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-P6JKVN"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-P6JKVN');</script>
<!-- End Google Tag Manager -->
<div class="page-content">
<section id="valprop" class="section--full-width bg--dark-blue">
<div class="wrap">
<header>
<h1>The Identity Platform for Developers</h1>
<p class="text--large">Secure, scalable, and highly available authentication and user management for any app.</p>
</header>
<a href="https://www.okta.com/developer/signup/" class="button--large"><span>Get a Free Developer Account</span></a>
</div>
</section>
<section id="features" class="section--full-width text-align--center">
<div class="wrap">
<div class="row">
<a href="/product/" class="col-1-3">
<h2 class="h5 text--small">Authenticate users to any<br />identity source</h2>
<p><img class="responsive--full-width" src="/assets/images/graphics/identity-sources.png" /></p>
<p>Manage and authenticate users in Okta or connect an identity source</p>
</a>
<a href="/product/#sso" class="col-1-3">
<h2 class="h5 text--small">Connect apps together<br />with single sign-on</h2>
<p><img class="responsive--full-width" src="/assets/images/graphics/sso.png" /></p>
<p>Give users one username, one password, and one session across all apps</p>
</a>
<a href="/product/#mfa" class="col-1-3">
<h2 class="h5 text--small">Increase security with<br />multi-factor authentication</h2>
<p><img class="responsive--full-width" src="/assets/images/graphics/mfa.png" /></p>
<p>Integrate with existing tokens, or use Okta’s built-in factors</p>
</a>
</div>
</div>
</section>
<section id="uptime" class="section--full-width bg--light-blue text-align--center">
<div class="wrap">
<header>
<h2>Architected for Zero Downtime at Scale</h2>
<p class="text--large">Never taken offline for scheduled maintenance or any other reason. Connecting millions of people to thousands of applications in 185 countries. Trusted by thousands of organizations.</p>
</header>
<p><a href="http://trust.okta.com" target="_blank" class="trailing-link">See Okta's Service Stats</a></p>
</div>
</section>
<section id="security" class="section--full-width">
<div class="wrap">
<header class="text-align--center">
<h2>Designed, Built, and Maintained by Security Experts</h2>
<p class="text--large text-align--center">Protecting user profiles and authentication requires constant attention. Our team is on the job.</p>
</header>
<div class="row">
<div class="col-1-3">
<img class="responsive--full-width" src="/assets/images/graphics/shield.png" />
</div>
<div class="col-2-3">
<ul class="list--with-bullets text--large">
<li>Secure development practices & operations</li>
<li>Compute, network, & physical security</li>
<li>Independent audit & certification</li>
</ul>
</div>
</div>
</div>
</section>
<section id="sdk" class="section--full-width text-align--center">
<div class="wrap">
<header>
<h2>Delivered with Expert Support, Guides, Code Samples, and SDKs</h2>
</header>
<div class="row">
<a class="col-1-3" href="mailto:[email protected]">
<img class="responsive--full-width" src="/assets/images/icons/large-cloud.png" width="150" />
We're Here to Help
</a>
<a class="col-1-3" href="/docs/examples/dotnet_sample_application.html">
<img class="responsive--full-width" src="/assets/images/icons/large-app.png" width="150" />
Visit the Sample App
</a>
<a class="col-1-3" href="/docs/sdk/core/api.html">
<img class="responsive--full-width" src="/assets/images/icons/large-lightning.png" width="150" />
Download an SDK
</a>
</div>
</div>
</section>
<section id="customers" class="section--full-width bg--light-grey text-align--center">
<div class="wrap">
<header>
<h2 class="h5 text--small">Trusted by Developers at Leading Organizations</h2>
</header>
<div class="row">
<div class="col-1-4">
<a href="/customers/" class="logo-placard">
<img src="/assets/images/logos/adobe.png" />
</a>
</div>
<div class="col-1-4">
<a href="/customers/" class="logo-placard">
<img src="/assets/images/logos/informatica.png" />
</a>
</div>
<div class="col-1-4">
<a href="/customers/" class="logo-placard">
<img src="/assets/images/logos/advent.png" />
</a>
</div>
<div class="col-1-4">
<a href="/customers/" class="logo-placard">
<img src="/assets/images/logos/rotary.png" />
</a>
</div>
</div>
</div>
</section>
<section id="bottom-cta" class="section--full-width bg--blue text-align--center">
<div class="wrap">
<header>
<h2>Get Started with Okta Now!</h2>
<p class="text--medium">Your identity layer is ready to go. Getting started takes just a few minutes.</p>
</header>
<a href="https://www.okta.com/developer/signup/" class="button--large"><span>Get a Free Developer Account</span></a>
</div>
</section>
</div>
<!-- Remarketing tag -->
<script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = 1006913831;
var google_custom_params = window.google_tag_params;
var google_remarketing_only = true;
/* ]]> */
</script>
<script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/1006913831/?value=0&guid=ON&script=0"/>
</div>
</noscript>
<!-- End Remarketing tag -->
<!-- Crazy Egg Tracking -->
<script type="text/javascript">
setTimeout(function(){var a=document.createElement("script");
var b=document.getElementsByTagName("script")[0];
a.src=document.location.protocol+"//script.crazyegg.com/pages/scripts/0021/9333.js?"+Math.floor(new Date().getTime()/3600000);
a.async=true;a.type="text/javascript";b.parentNode.insertBefore(a,b)}, 1);
</script>
<!-- End Crazy Egg Tracking -->
<footer class="site-footer">
<div class="wrap">
<ul>
<li><a href="http://www.okta.com" target="_blank">Okta.com</a></li>
<li><a href="/blog">Blog</a></li>
<li><a href="/terms/">Terms & Conditions</a></li>
<li><a href="/privacy/">Privacy Policy</a></li>
<li><a href="http://okta.com/developer/contact/">Contact Sales</a></li>
<li><a href="mailto:[email protected]">Contact Support</a></li>
</ul>
<ul>
<li><a class="icon-with-hover--github" href="http://github.com/okta" target="_blank">Github</a></li>
<li><a class="icon-with-hover--twitter" href="http://twitter.com/okta" target="_blank">Twitter</a></li>
<li><a class="icon-with-hover--stack-overflow" href="http://stackoverflow.com/search?q=okta" target="_blank">Stack Overflow</a></li>
<li><a class="icon-with-hover--rss" href="http://feeds.feedburner.com/OktaBlog" target="_blank">News</a></li>
<li><a class="icon-with-hover--help" href="http://community.okta.com" target="_blank">Help</a></li>
</ul>
</div>
</footer>
</body>
</html>