Hi
We have ISVA 10 I have setup a SAML Federation using the Quick Connect template.
I have added a partner to SAP IAS. This works fine except they require a signed slo response.
I have retrieved the Partner json via rest service and added the slo details:
"singleLogoutService": [
{
"binding": "post",
"url": "https://ag6mqs9to.accounts.ondemand.com/saml2/idp/slo/ag6mqs9to.accounts.ondemand.com"
}
],
I savedthis applied etc and it seems to work but SAP IAS insists on a signed slo response. I tried to add this option in json:
"signatureSettings": {
"validationOptions": {
"validateLogoutResponse": false,
"validateNameIDManagementRequest": false,
"validateAuthnRequest": true,
"validateNameIDManagementResponse": false,
"validateLogoutRequest": false,
"validateArtifactResponse": false,
"validateArtifactRequest": false
},
"validationKeyIdentifier": {
"keystore": "auth-ppe.sanlam.co.za",
"label": "SAP-EnableNow"
},
"transformAlgorithmElements": {},
"signingOptions": {
"signAssertion": false,
"signAuthnResponse": false
},
This did not sign the slo response as I hoped it would. Is there something I need to add to sign the slo response?
thanks
#Support#SupportMigration#Verify