sec.getSamlEntity( saml-entity-id as String ) as element(sec.samlEntity)?
This function returns the named SAML entity.
Parameters | |
---|---|
saml-entity-id | The id of the SAML entity to be returned. |
const sec = require('/MarkLogic/security'); sec.getSamlEntity("http://id.example.com/example");
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.