sec.getSamlEntity

sec.getSamlEntity(
   saml-entity-id as String
) as element(sec.samlEntity)?

Summary

This function returns the named SAML entity.

Parameters
saml-entity-id The id of the SAML entity to be returned.

Example


    const sec = require('/MarkLogic/security');

    sec.getSamlEntity("http://id.example.com/example");
       
Powered by MarkLogic Server | Terms of Use | Privacy Policy