0
SSO Issue
New Here
,
/t5/coldfusion-discussions/sso-issue/td-p/13885346
Jun 22, 2023
Jun 22, 2023
Copy link to clipboard
Copied
Hi,
I'm trying to implement SAML SSO for a client and I'm getting the error:
"Possible replay attack occurred as there is no login/logout information associated with this request."
Code:
<cfset config = {
idp = {name = "ClientName"},
sp = {name = "TestSP"},
relayState = "cart"
}>
<cfset InitSAMLAuthRequest(config)>
<cfset response = ProcessSAMLResponse("ClientName","TestSP")>
<cfdump var="#response#">
The SP config is simple and shown in the image. The IDP is using a SAML URL from the client.
I've not been able to find any info on this error. Can anyone provide some suggestions? I'm hoping I'm doing something obviously wrong.
Thanks,
Dom
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Have something to add?
Join the conversation

