
sec:external-security-get-saml-entity-id( $external-security-name as xs:string ) as xs:string?
This function returns the SAML entity id set for the named external security configuration.
| Parameters | |
|---|---|
| external-security-name | The name of the external security configuration. |
xquery version "1.0-ml";
import module namespace sec = "http://marklogic.com/xdmp/security"
at "/MarkLogic/security.xqy";
sec:external-security-get-saml-entity-id("samlConfig")