sec.externalSecuritySetSamlPrivilegeAttributeName

sec.externalSecuritySetSamlPrivilegeAttributeName(
   external-security-name as String,
   saml-privilege-attribute-name as String?
) as null

Summary

This function sets the SAML privilege attribute name in the SAML configuration.

Parameters
external-security-name The name of the external security configuration.
saml-privilege-attribute-name The name of the SAML privilege attribute.

Required Privileges

http://marklogic.com/xdmp/privileges/external-security-set-saml-privilege-attribute-name

Usage Notes

This function must be executed against the security database.

Example


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


    sec.externalSecuritySetSamlPrivilegeAttributeName(
          "samlConfig","xdmp:compressed-tree-cache-size");
       
Powered by MarkLogic Server | Terms of Use | Privacy Policy