-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (47 loc) · 2.33 KB
/
index.html
File metadata and controls
56 lines (47 loc) · 2.33 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<title>The ADFS Toolkit</title>
</head>
<body>
<header>
<div class="container">
<h1>The ADFS Toolkit</h1>
<h2>make your ADFS work with SAML2int federations</h2>
</div>
</header>
<div class="container">
<section id="main_content">
<p>
adfstoolkit.org is an effort to make improve the integration between ADFS2 and full-mesh SAML-federations.
</p>
<h3><a name="the-adfs-toolkit" class="anchor" href="#the-adfs-toolkit"><span class="octicon octicon-link"></span></a>Resources</h3>
<ul>
<li><a href="http://piratepad.net/adfs-wishlist">ADFS wishlist collaborative edit (piratepad)</a>
<li><a href="https://bit.ly/adfs-wishlist">ADFS wishlist triage</a></li>
<li><a href="http://femma.sourceforge.net/">Femma</a></li>
<li><a href="http://github.com/rohe/pysfemma">pysFemma</a></li>
<li><a href="http://sila.codeplex.com/">Shibboleth IdP Loader for ADFS</a></li>
</ul>
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'adfstoolkitorg'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</section>
</div>
</body>
</html>