blob: f81bed0edc3864f98af76d0cf86ccb5c42a5e2ee (
plain)
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>SWAMID</title>
<!-- Bootstrap -->
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<style>
td {padding-right: 20px;}
</style>
</head>
<body>
<div class="container">
<div class="page-header">
<img src="swamid-logo-3.png">
</div>
<div class="alert alert-info">
<p><i class="glyphicon glyphicon-exclamation-sign"></i> <strong>Note Well</strong> The contents of this directory is explained in detail at <a class="alert-link" href="http://www.swamid.se">www.swamid.se</a>. In order to use any of these files you must either be a member of SWAMID or accept the <a class="alert-link" href="swamid-tou-sv.txt">SWAMID Metadata Terms of Use</a>(<a class="alert-link" href="swamid-tou-en.txt">en</a>).</p>
</div>
<div class="alert alert-warning">
<p><i class="glyphicon glyphicon-exclamation-sign"></i> <strong>Warning</strong> The old SWAMID metadata signing key, with metadata located at md.swamid.se, expired on May 1st 2017. The metadata signed with the old key is now unusable. The new signing key and the metadata signed by it is located here at mds.swamid.se.</p>
</div>
<h2>Signing Key</h2>
<p>The SWAMID metadata is signed with the key found in <a href="md-signer2.crt">md-signer2.crt</a> which has SHA256 fingerprint <pre>A6:78:5A:37:C9:C9:0C:25:AD:5F:1F:69:22:EF:76:7B:C9:78:67:67:3A:AF:4F:8B:EA:A1:A7:6D:A3:A8:E5:85</pre></p>
<h2>Production Metadata</h2>
<p>
These are metadata feeds to be consumed by SWAMID members and relying parties:
</p>
<dl class="dl-horizontal">
<dt><b>swamid-2.0</b></dt><dd>SWAMID version 2.0 main metadata feed.</dd>
<dt><b>swamid-idp</b></dt><dd>Aggregate of all SWAMID 2.0 registered identity providers. This is intended to be used by relying parties (SPs) who want to be able to communicate with identity providers in the <b>local</b> SWAMID ring of trust.</dd>
<dt><b>swamid-idp-transitive</b></dt><dd>Aggregate of all SWAMID 2.0 and SWAMID interfederation identity providers. This is intended to be used by relying parties (SPs) who want to be able to communicate with the full set of identity providers in the <b>full transitive</b> SWAMID ring of trust.</dd>
<dt><b>swamid-sp-transitive</b></dt><dd>Aggregate of all SWAMID 2.0 and SWAMID interfederation service providers. This is intended to be used by identity providers (IdPs) who want to be able to communicate with the full set of service providers in the <b>full transitive</b> SWAMID ring of trust.</dd>
<dt><b>swamid-discovery</b></dt><dd>All IdPs and SPs excluding all interfederation IdPs. Only for use with discovery services.</dd>
</dl>
<p>Other files in this directory are explained below:</p>
|