blob: 39395cfa863b91f44e247d972249f3f499ee3bc7 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" xmlns:mdui="urn:oasis:names:tc:SAML:metadata:ui" entityID="https://sso.uat.skolverket.sonet.com.au/module.php/saml/sp/metadata.php/sp1">
<md:SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol urn:oasis:names:tc:SAML:1.1:protocol">
<md:Extensions>
<mdui:UIInfo>
<mdui:DisplayName xml:lang="en">Skolverket Assessment Master - UAT</mdui:DisplayName>
<mdui:Description xml:lang="en">SSO Proxy service for skolverket assessment master</mdui:Description>
<mdui:InformationURL xml:lang="en">https://sonet.com.au/products/assessment-master/</mdui:InformationURL>
<mdui:Keywords xml:lang="en">assessment+master+uat</mdui:Keywords>
<mdui:Logo width="377" height="387">https://am.uat.skolverket.sonet.com.au/images/amlogo.png</mdui:Logo>
</mdui:UIInfo>
</md:Extensions>
<md:SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://sso.uat.skolverket.sonet.com.au/module.php/saml/sp/saml2-logout.php/sp1"/>
<md:SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:SOAP" Location="https://sso.uat.skolverket.sonet.com.au/module.php/saml/sp/saml2-logout.php/sp1"/>
<md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://sso.uat.skolverket.sonet.com.au/module.php/saml/sp/saml2-acs.php/sp1" index="0"/>
<md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:1.0:profiles:browser-post" Location="https://sso.uat.skolverket.sonet.com.au/module.php/saml/sp/saml1-acs.php/sp1" index="1"/>
<md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact" Location="https://sso.uat.skolverket.sonet.com.au/module.php/saml/sp/saml2-acs.php/sp1" index="2"/>
<md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:1.0:profiles:artifact-01" Location="https://sso.uat.skolverket.sonet.com.au/module.php/saml/sp/saml1-acs.php/sp1/artifact" index="3"/>
</md:SPSSODescriptor>
<md:Organization>
<md:OrganizationName xml:lang="en">SoNET</md:OrganizationName>
<md:OrganizationDisplayName xml:lang="en">SoNET Systems</md:OrganizationDisplayName>
<md:OrganizationURL xml:lang="en">https://sonet.com.au</md:OrganizationURL>
</md:Organization>
<md:ContactPerson contactType="support">
<md:Company>SoNET Systems</md:Company>
<md:GivenName>Software</md:GivenName>
<md:SurName>Support</md:SurName>
<md:EmailAddress>mailto:software@sonet.com.au</md:EmailAddress>
<md:TelephoneNumber>+61(0)385337700</md:TelephoneNumber>
</md:ContactPerson>
</md:EntityDescriptor>
|