sec.externalSecuritySetSamlEntityId( external-security-name as String, saml-entity-id as String ) as null
\ This function sets the SAML entity ID used by other security objects to identify the named SAML configuration.
Parameters | |
---|---|
external-security-name | The name of the external security configuration. |
saml-entity-id | The saml entity id to be set. |
declareUpdate(); const sec = require('/MarkLogic/security'); sec.externalSecuritySetSamlEntityId('samlconfig', 'samlid');
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.