Coldfusion 2021 SAML ProcessSAMLResponse Error
Hello,
I am developing an SSO Azure Ad from my localhost:
When I run the InitSAMLAuthRequest(****) and call the ProcessSAMLResponse(“***”,”***”)
The Azure Ad goes into constant loop and will not stop.
Looking at the error log files I see the below and a bunch of others
java.lang.nullpointerexception at coldfusion.saml.samlResponseHandler.getid(samlResponseHandler.java:**)
java.lang.nullpointerexception at coldfusion.saml.samlResponseHandler.<init>(samlResponseHandler.java:**)
java.lang.nullpointerexception at coldfusion.saml.SAMLServiceImpl.ProcessSAMLResponse(SAMLServiceImpl.java:**)
