sec.externalSecuritySetSamlPrivilegeAttributeName( external-security-name as String, saml-privilege-attribute-name as String? ) as null
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. |
http://marklogic.com/xdmp/privileges/external-security-set-saml-privilege-attribute-name
This function must be executed against the security database.
declareUpdate(); const sec = require('/MarkLogic/security'); sec.externalSecuritySetSamlPrivilegeAttributeName( "samlConfig","xdmp:compressed-tree-cache-size");