Loading TOC...

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();
      

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.