diff options
author | Johan Berggren <jbn@nordu.net> | 2011-09-09 10:35:58 +0200 |
---|---|---|
committer | Johan Berggren <jbn@nordu.net> | 2011-09-09 10:35:58 +0200 |
commit | 3c38934563268cfa5e9a121945a08a6b301179a2 (patch) | |
tree | fb0f9181b73d8d32a88760b909a1bc98110e919d | |
parent | a325ad33555aee9a36c22fcccc79d4a461a393be (diff) |
Added jabber.nordu.net to Kalmar
-rw-r--r-- | swamid-1.0/jabber.nordu.net.xml | 12 | ||||
-rw-r--r-- | swamid-kalmar-1.0.mxml | 1 |
2 files changed, 11 insertions, 2 deletions
diff --git a/swamid-1.0/jabber.nordu.net.xml b/swamid-1.0/jabber.nordu.net.xml index 99d9047a..ae2d1cf4 100644 --- a/swamid-1.0/jabber.nordu.net.xml +++ b/swamid-1.0/jabber.nordu.net.xml @@ -66,6 +66,14 @@ zvTzeciRKJ9UNf9ibAJGF7jz/GP5r+yUgizdV0wyikyUa8VNyrSeExBUVg== <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:PAOS" Location="https://jabber.nordu.net/Shibboleth.sso/SAML2/ECP" index="4"/> <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:1.0:profiles:browser-post" Location="https://jabber.nordu.net/Shibboleth.sso/SAML/POST" index="5"/> <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:1.0:profiles:artifact-01" Location="https://jabber.nordu.net/Shibboleth.sso/SAML/Artifact" index="6"/> + <md:AttributeConsumingService index="0"> + <md:ServiceName xml:lang="en">Jabber at NORDUnet</md:ServiceName> + <md:ServiceDescription xml:lang="en">Jabber at NORDUnet</md:ServiceDescription> + <md:RequestedAttribute NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" Name="urn:oid:1.3.6.1.4.1.5923.1.1.1.6"/> + <md:RequestedAttribute NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" Name="urn:oid:0.9.2342.19200300.100.1.3"/> + <md:RequestedAttribute NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" Name="urn:oid:2.5.4.42"/> + <md:RequestedAttribute NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" Name="urn:oid:2.5.4.4"/> + <md:RequestedAttribute NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri" Name="urn:oid:1.3.6.1.4.1.5923.1.1.1.9"/> + </md:AttributeConsumingService> </md:SPSSODescriptor> - -</md:EntityDescriptor>
\ No newline at end of file +</md:EntityDescriptor> diff --git a/swamid-kalmar-1.0.mxml b/swamid-kalmar-1.0.mxml index a46d62f3..b7539385 100644 --- a/swamid-kalmar-1.0.mxml +++ b/swamid-kalmar-1.0.mxml @@ -15,4 +15,5 @@ <xi:include href="swamid-1.0/hbidp.hb.se.xml"/> <xi:include href="swamid-1.0/nordunet.tv.xml"/> <xi:include href="swamid-1.0/mailfilter.nordu.net.xml"/> + <xi:include href="swamid-1.0/jabber.nordu.net.xml"/> </md:EntitiesDescriptor> |