diff options
author | Paul Scott <paul.scott@kau.se> | 2020-12-10 09:23:08 +0000 |
---|---|---|
committer | Paul Scott <paul.scott@kau.se> | 2020-12-10 09:23:08 +0000 |
commit | b3d7b12a0f6023999de1369315cf7295b8061932 (patch) | |
tree | e62261b911ca7bedad4a08813c81893da6ead023 /swamid-2.0/miunidtest.test.miun.se-saml-miun-metadata.xml | |
parent | 30ac087fec234aef7845262ecc9bacca01a53559 (diff) |
Resolves SWAMID-3648
Diffstat (limited to 'swamid-2.0/miunidtest.test.miun.se-saml-miun-metadata.xml')
-rw-r--r-- | swamid-2.0/miunidtest.test.miun.se-saml-miun-metadata.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/swamid-2.0/miunidtest.test.miun.se-saml-miun-metadata.xml b/swamid-2.0/miunidtest.test.miun.se-saml-miun-metadata.xml index 58caa253..c3606344 100644 --- a/swamid-2.0/miunidtest.test.miun.se-saml-miun-metadata.xml +++ b/swamid-2.0/miunidtest.test.miun.se-saml-miun-metadata.xml @@ -10,7 +10,7 @@ </samla:Attribute> </mdattr:EntityAttributes> </md:Extensions> - <md:SPSSODescriptor AuthnRequestsSigned="false" WantAssertionsSigned="true" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol"> + <md:SPSSODescriptor AuthnRequestsSigned="true" WantAssertionsSigned="true" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol"> <md:Extensions> <mdui:UIInfo> <mdui:DisplayName xml:lang="sv">Studentinformationsverktyg</mdui:DisplayName> @@ -28,6 +28,13 @@ </ds:X509Data> </ds:KeyInfo> </md:KeyDescriptor> + <md:KeyDescriptor use="encryption"> + <ds:KeyInfo> + <ds:X509Data> + <ds:X509Certificate>MIIDZTCCAk2gAwIBAgIUPqt3KoPwgXU1NxKQGo6pC+HBdKEwDQYJKoZIhvcNAQELBQAwQjELMAkGA1UEBhMCU0UxEzARBgNVBAgMClNvbWUtU3RhdGUxHjAcBgNVBAoMFU1pZCBTd2VkZW4gVW5pdmVyc2l0eTAeFw0yMDA0MTcxMzU5MDFaFw0zMDA0MTcxMzU5MDFaMEIxCzAJBgNVBAYTAlNFMRMwEQYDVQQIDApTb21lLVN0YXRlMR4wHAYDVQQKDBVNaWQgU3dlZGVuIFVuaXZlcnNpdHkwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDY6KIUQNALQPAeBCWbDwVbYY0iFU3Awy59rZx6DNjksqYVnOV6IAgZHc72NSrgk8Hytx1DufoSXVq90PeBAhnQep4bll61oe2Z74KoAbEd8ys+JtvloMZ61V3IeNVria7AgjXyI7AALydiu4GW/H/+eXISjC8gAkSzMpxBmGI4oZdDiKYn16D9vJncQFW7HtR2xKqu4oEeIV1mrUHQ8dhQIgJgeKA3MEdvywC0pQePwkuncWEy2E8syPSWr/+Axtw04CQQGtRGAGk4yGHyRrDWt6zdQ02ayiH8+FsdswjSZUuSii/wuo1GYBnFDbWPO/FM2f+E5Z8EPdPtGCgeBAohAgMBAAGjUzBRMB0GA1UdDgQWBBQPU0Sczduvg9nyck0RhUptiSv8DTAfBgNVHSMEGDAWgBQPU0Sczduvg9nyck0RhUptiSv8DTAPBgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3DQEBCwUAA4IBAQCB5ggnFQMmCTgmYP8RXQyVIagTqzS5vHlqcwn86HN00v3ov69C+kNMYCV3e+xTY2HmABGIbh5SiqxHq36A7BPrX7H5c7CuNhDhG6ol+Xeeg/mzbyKD0DbsJ/KmUF6iLICCKiQoJC1hck1ApRJP8F30MW8yeJlJDu9vvefKqbXaTS83uYpzy0yQBk6z+nDLlaU20Hx2sSHqXOQS9i8dxb5TNcZlHS36IEW5I2SgRRJ+SYxFrytI+8TJQkQoueJ7n8SGd+VjyXUcMXx7HsZwgzMyYoJyolMY5Ts6mHr+REn+xk+PB5V5J40WXAMwCQg7OjL0P+yjgFThKvo03etq6xfG</ds:X509Certificate> + </ds:X509Data> + </ds:KeyInfo> + </md:KeyDescriptor> <md:SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://miunidtest.test.miun.se/saml/miun/sls"/> <md:NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:persistent</md:NameIDFormat> <md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://miunidtest.test.miun.se/saml/miun/acs" index="1"/> |