SSO after Update 3 - Please help
Hello Community - need help badly as I am more of a infrastructure person then coder
We were in the process of setting up SSO with Azure as the identity provider -
we had it working with the simplest of code: (basically from the Adobe help page)
<cfset config = {
idp = {name = "ptestidp"},
sp = {name = "testsp"},
relayState = "cart"
}>
<cfset InitSAMLAuthRequest(config)>
since the update I get the following - line 11 being the call to initialize the azure call
Error Occurred: 12/20/2021 07:48:07 PM
Error Type: java.lang.NullPointerException
Error Message:
Error Detail:
Template: E:\internal\betahost.mycompany.com\pindex.cfm
Line: 11
Column: 0

