diff options
author | Leif Johansson <leifj@sunet.se> | 2011-11-17 07:05:22 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-11-17 07:05:22 +0100 |
commit | 2ea6829b17309842bb0e0a61219cdbd6e27b8aa3 (patch) | |
tree | c98aaa2b96b919cc6cdad263dec2c8e8c7775e54 /HEADER.html | |
parent | 01c8d6e157c1c0b0c60131fc5ac79e5771955d78 (diff) |
make the feeds more clear and include both transitive and non-transitive versions for SPs
Diffstat (limited to 'HEADER.html')
-rw-r--r-- | HEADER.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/HEADER.html b/HEADER.html index 50223e19..099bed47 100644 --- a/HEADER.html +++ b/HEADER.html @@ -17,7 +17,9 @@ These are metadata feeds to be consumed by SWAMID members and relying parties: <dl> <dt><b>swamid-1.0</b></dt><dd>SWAMID version 1.0 main metadata feed.</dd> <dt><b>swamid-2.0</b></dt><dd>SWAMID version 2.0 main metadata feed. If you are switching over to SWAMID 2.0 you may want to keep both swamid-1.0 and swamid-2.0 loaded at the same time.</dd> -<dt><b>swamid-idp</b></dt><dd>Aggregate of all SWAMID 1.0 and 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 SWAMID ring of trust.</dd> +<dt><b>swamid-idp</b></dt><dd>Aggregate of all SWAMID 1.0 and 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 local SWAMID ring of trust.</dd> +<dt><b>swamid-idp-transitive</b></dt><dd>Aggregate of all SWAMID 1.0 and 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 SWAMID transitive 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> |