Whatever message this page gives is out now! Go check it out!

GetSAMLLogoutRequest

Last update:
May 18, 2026

Description

Returns a representation of what the XML logout request looks like.

Syntax

GetSAMLLogoutRequest(options)

Parameters

idp
Name of the Identity Provider.
sp
Name of the Service provider.

Example

<cfset struct1 = StructNew()> 
<cfset struct1.idp = StructNew()> 
<cfset struct1.idp.name = "idp1"> 
<cfset struct1.sp = StructNew()> 
<cfset struct1.sp.name = "sp1"> 
<cfset authreq=XmlParse("#GetSAMLLogoutRequest(struct1)#")> 
<cfdump var="#authreq#">

Share this page

Was this page helpful?
We're glad. Tell us how this page helped.
We're sorry. Can you tell us what didn't work for you?
Thank you for your feedback. Your response will help improve this page.

On this page