-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
107 lines (84 loc) · 4.05 KB
/
index.html
File metadata and controls
107 lines (84 loc) · 4.05 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="generator" content="Hugo 0.30.2" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="https://identio.github.io/img/logo-small.png">
<title>Ident.io</title>
<link href="https://identio.github.io/css/bootstrap.min.css" rel="stylesheet">
<link href="https://identio.github.io/css/bootstrap-callout.css" rel="stylesheet">
<link href="https://identio.github.io/css/highlightjs/default.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://identio.github.io/css/toc.css">
<link href="https://identio.github.io/css/identio.css" rel="stylesheet">
<link rel="stylesheet" href="https://identio.github.io/css/font-awesome.min.css">
</head>
<body data-spy="scroll" data-target="#toc">
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="https://identio.github.io/"><img alt="Brand" src="https://identio.github.io/img/logo-small.png" ></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<p class="navbar-text navbar-right">
<a href="https://github.com/identio" class="navbar-link">
<i class="fa fa-github"></i>
Github
</a>
</p>
</div>
</div>
</nav>
<div class="jumbotron">
<div class="container">
<h1><img src="img/logo.png" class="main-logo"/>Ident.io</h1>
<p>Easy federated single sign-on for your applications</p>
<p>
<a class="btn btn-primary btn-lg" href="#" role="button"><i class="fa fa-cloud-download"></i>Download</a>
<a class="btn btn-primary btn-lg" href="docs/identio-server" role="button"><i class="fa fa-book"></i>Read the docs</a>
</p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-4">
<h2>Quick setup</h2>
<p>Get a working authentication server on your workstation in less than 5 minutes.
Also, special care has been taken to make configuration the most straightforward possible.</p>
<p><a class="btn btn-default" href="docs/identio-server/getting-started" role="button">Get started »</a></p>
</div>
<div class="col-md-4">
<h2>Flexible</h2>
<p>Ident.io supports out-of-the-box many different authentication providers and
let you fine-tune how your users authenticate through a flexible authentication policy based on authentication levels.</p>
</div>
<div class="col-md-4">
<h2>Small footprint</h2>
<p>Ident.io has a minimal footprint, yet a single instance is able to handle hundreds of authentications per second.
Ident.io can easily be deployed as a stand-alone application or in a Docker container.
</p>
</div>
</div>
<hr>
</div>
<footer>
<p>© 2016 Ident.io</p>
</footer>
<script src="https://identio.github.io/js/jquery.min.js"></script>
<script src="https://identio.github.io/js/bootstrap.min.js"></script>
<script src="https://identio.github.io/js/ie10-viewport-bug-workaround.js"></script>
<script src="https://identio.github.io/js/highlightjs/highlight.min.js"></script>
<script src="https://identio.github.io/js/highlightjs/yaml.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script src="https://identio.github.io/js/bootstrap-toc.min.js"></script>
</body>
</html>