This repository has been archived by the owner on Dec 14, 2017. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 133
/
index.html
58 lines (47 loc) · 1.82 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
---
layout: default
---
<div class="home">
<ul class="post-list">
<li>
IdentityServer is a framework and a hostable component that allows implementing single sign-on
and access control for modern web applications and APIs using protocols like OpenID Connect and OAuth2.
It supports a wide range of clients like mobile, web, SPAs and desktop applications and is
extensible to allow integration in new and existing architectures.
</li>
<li>
On these pages you can find updates, documentation and information about identity server and
related projects from us and the community.
</li>
<li>
<h2>
<a class="post-link" href="https://vimeo.com/113604459" target="_blank">Watch the "Introduction to OpenID Connect, OAuth2 and IdentityServer" talk from NDC London 2014</a>
</h2>
</li>
<li>
<h2>
<a class="post-link" href="docsv2/">Go to the documentation for the latest release</a>
</h2>
</li>
<li>
<h2>
<a class="post-link" href="http://openid.net/connect/" target="_blank">Read the OpenID Connect specs</a>
</h2>
</li>
<li>
<h2>
<a class="post-link" href="http://tools.ietf.org/html/rfc6749" target="_blank">Read the OAuth2 specs</a>
</h2>
</li>
<li>
<h2>
<a class="post-link" href="https://github.com/IdentityServer/IdentityServer3/issues" target="_blank">Feedback, issues, requests? Check the issue tracker</a>
</h2>
</li>
<li>
<h2>
<a class="post-link" href="https://github.com/IdentityServer/IdentityServer3.Samples/" target="_blank">Go to the samples repository</a>
</h2>
</li>
</ul>
</div>