sec.getSamlEntityIds

sec.getSamlEntityIds() as Sequence

Summary

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

Example


    // execute this against the security database
    const sec = require('/MarkLogic/security');
        
    sec.getSamlEntityIds();
      
Powered by MarkLogic Server | Terms of Use | Privacy Policy