idp
Verify the integrity of the SAML response from the server.
ProcessSAMLResponse(idp, sp)
idp |
Name of the Identity Provider. |
sp |
Name of the Service provider. |
The response struct returned by ProcessSAMLResponse contains the following important fields:
SSO response
SLO response
<cfset RespStruct = "#ProcessSAMLResponse("idp1", "sp1")#"> <cfdump var="#RespStruct#"> <cfif RespStruct.AUTHENTICATED> <cflogin> <cfloginuser name="#RespStruct.NAMEID#" password="" roles="#ArrayToList(RespStruct.ATTRIBUTES)#"> </cflogin> </cfif>
登入您的帳戶