sec:get-saml-entity-ids

sec:get-saml-entity-ids() as xs:string*

Summary

This function returns the SAML entity ids stored in the Security database.

Example



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

sec:get-saml-entity-ids() 
    
Powered by MarkLogic Server | Terms of Use | Privacy Policy