Benefitfocus sample API call structure: Partner can run the “getSFIDPCertType” API call, check if the certType in the response is SHA-1 Sample call GET https://apisalesdemo8.successfactors.com/odata/v2/getSFIDPCertType?acsurl='https://www.secure-enroll.com/sso/saml' Response {"acsurl":"https://www.secure-enroll.com/sso/saml","certType":"sha1","module":""} Success Once this response is received, and it is confirmed that SHA-1 based certificate is used, please update the certType to SHA-2 and module to Benefitfocus accordingly in the SAP SuccessFactors tenant. Sample call POST https://apisalesdemo8.successfactors.com/odata/v2/updateSFIDPCertType Request body { "acsurl": "https://www.secure-enroll.com/sso/saml", "module":"benefitfocus", "certType":"sha2" } Response Success