SAML Issue
I am using this code amd works fine in my environment but when I try it in different CF 2018 environment is giving me an error the form,SAMLRespose does not not exist. Any help appreciated.
accountSettings = createObject("java","com.onelogin.AccountSettings");
accountSettings.setCertificate(reReplace(request.company.getCertificate(),"-----BEGIN CERTIFICATE-----|-----END CERTIFICATE-----","","all"));
// Generate an AuthRequest and send it to the identity provider
b64Coded = createObject("java","org.apache.commons.codec.binary.Base64");
xmlString = toString(b64Coded.decode(trim(form.SAMLResponse)));
