forked from Dantheman720/web-picketlink.org
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathfederation.html.haml
65 lines (63 loc) · 1.63 KB
/
federation.html.haml
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
---
layout: project
---
.row-fluid
.hero-unit
%h2 PicketLink Federation
%p Seamless Single Sign On (SSO) and Identity Propagation
-# First row of projects
#equalHeightsB.row-fluid.equalHero
.span4.well
%p
%i.icon-table.icon-3x.pull-left
%h3 SAML
%p
Security Assertion Markup Language (SAML)
%p.center-icon
%a.btn.btn-primary{:href => "#{site.base_url}/federation/saml/"}
SAML
%i.icon-circle-arrow-right
.span4.well
%p
%i.icon-table.icon-3x.pull-left
%h3 OAuth2
%p
Delegated Authorization using OAuth2
%p.center-icon
%a.btn.btn-primary{:href => "#{site.base_url}/federation/oauth/oauth/"}
IETF OAuth2
%i.icon-circle-arrow-right
.span4.well
%p
%i.icon-table.icon-3x.pull-left
%h3 WS-Trust
%p
Secure your web services with the
%p
Security Token Server (STS)
%p.center-icon
%a.btn.btn-primary{:href => "#{site.base_url}/federation/wstrust/"}
ws-trust
%i.icon-circle-arrow-right
-# Second row of projects
#equalHeightsB.row-fluid.equalHero
.span4.well
%p
%i.icon-table.icon-3x.pull-left
%h3 OpenID
%p
Open Identity
%p.center-icon
%a.btn.btn-primary{:href => "#{site.base_url}/federation/openid/"}
openid
%i.icon-circle-arrow-right
.span4.well
%p
%i.icon-table.icon-3x.pull-left
%h3 Social Login
%p
Social Login using Facebook Connect, Twitter and Google+
%p.center-icon
%a.btn.btn-primary{:href => "#{site.base_url}/social/sociallogin/"}
Social Login
%i.icon-circle-arrow-right