
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. | 
http://marklogic.com/xdmp/privileges/external-security-set-http-optionsThis function must be executed against the security database.
declareUpdate();
const sec = require('/MarkLogic/security');
sec.externalSecuritySetSamlEntityId('samlconfig', 'samlid');