sec.externalSecuritySetSamlEntityId

sec.externalSecuritySetSamlEntityId(
   external-security-name as String,
   saml-entity-id as String
) as null

Summary

\ 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.

Example


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

sec.externalSecuritySetSamlEntityId('samlconfig', 'samlid'); 
   
Powered by MarkLogic Server | Terms of Use | Privacy Policy