sec:external-security-get-saml-destination

sec:external-security-get-saml-destination(
   $external-security-name as xs:string
) as xs:string?

Summary

This function returns the saml destination in the external security configuration.

Parameters
external-security-name The name of an external-security configuration.

Example



xquery version "1.0-ml"; 
 
import module namespace sec = "http://marklogic.com/xdmp/security" 
      at "/MarkLogic/security.xqy";

sec:external-security-get-saml-destination("samlConfig")
 
    
Powered by MarkLogic Server | Terms of Use | Privacy Policy