idp
Returns a representation of what the XML Authorization request looks like.
GetSAMLAuthRequest(options)
idp |
Name of the Identity Provider. |
sp |
Name of the Service provider. |
<cfset struct1 = StructNew()> <cfset struct1.idp = StructNew()> <cfset struct1.idp.name = "idp1"> <cfset struct1.sp = StructNew()> <cfset struct1.sp.name = "sp1"> <cfset authreq=XmlParse("#GetSAMLAuthRequest(struct1)#")> <cfdump var="#authreq#">
Kirjaudu sisään tiliisi