|
1 | | -<!-- The entity describing the SAMLtest IdP, named by the entityID below --> |
| 1 | +<!-- The entity describing the SAMLtest IdP, named by the entityID below --> |
2 | 2 |
|
3 | 3 | <EntityDescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" ID="SAMLtestIdP" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:shibmd="urn:mace:shibboleth:metadata:1.0" xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:mdui="urn:oasis:names:tc:SAML:metadata:ui" validUntil="2100-01-01T00:00:42Z" entityID="https://samltest.id/saml/idp"> |
4 | 4 |
|
|
7 | 7 | <Extensions> |
8 | 8 | <!-- An enumeration of the domains this IdP is able to assert scoped attributes, which are |
9 | 9 | typically those with a @ delimiter, like mail. Most IdP's serve only a single domain. It's crucial |
10 | | -for the SP to check received attribute values match permitted domains to prevent a recognized IdP from |
| 10 | +for the SP to check received attribute values match permitted domains to prevent a recognized IdP from |
11 | 11 | sending attribute values for which a different recognized IdP is authoritative. --> |
12 | 12 | <shibmd:Scope regexp="false">samltest.id</shibmd:Scope> |
13 | 13 |
|
14 | 14 | <!-- Display information about this IdP that can be used by SP's and discovery |
15 | | -services to identify the IdP meaningfully for end users --> |
| 15 | +services to identify the IdP meaningfully for end users --> |
16 | 16 | <mdui:UIInfo> |
17 | 17 | <mdui:DisplayName xml:lang="en">SAMLtest IdP</mdui:DisplayName> |
18 | 18 | <mdui:Description xml:lang="en">A free and basic IdP for testing SAML deployments</mdui:Description> |
@@ -106,7 +106,7 @@ zBDsMIEzRtQZm4GIoHJae4zmnCekkQ== |
106 | 106 | <ArtifactResolutionService Binding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP" Location="https://samltest.id/idp/profile/SAML2/SOAP/ArtifactResolution" index="1" /> |
107 | 107 |
|
108 | 108 | <!-- A set of endpoints where the IdP can receive logout messages. These must match the public |
109 | | -facing addresses if this IdP is hosted behind a reverse proxy. --> |
| 109 | +facing addresses if this IdP is hosted behind a reverse proxy. --> |
110 | 110 | <SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://samltest.id/idp/profile/SAML2/Redirect/SLO"/> |
111 | 111 | <SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://samltest.id/idp/profile/SAML2/POST/SLO"/> |
112 | 112 | <SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST-SimpleSign" Location="https://samltest.id/idp/profile/SAML2/POST-SimpleSign/SLO"/> |
|
0 commit comments