Skip to main content
Inspiring
February 27, 2024
Question

Coldfusion 2021 SAML ProcessSAMLResponse Error

  • February 27, 2024
  • 1 reply
  • 253 views

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:**)

 

    This topic has been closed for replies.

    1 reply

    BKBK
    Community Expert
    Community Expert
    March 24, 2024

    Perhaps all the required libraries and packages are not yet active or have not yet been installed. Suggestions:

    1.  Restart ColdFusion;
    2.  Use the Package Manager tool (cfpm) to install all packages.