Loading TOC...

sec.externalSecuritySetOauthClientId

sec.externalSecuritySetOauthClientId(
   external-security-name as String,
   new-oauth-client-id as String
) as null

Summary

This function updates the OAuth client-id for the given external security object.

Parameters
external-security-name Name of the external security object.
new-oauth-client-id The new OAuth client-id value.

Required Privileges

http://marklogic.com/xdmp/privileges/external-security-set-oauth-client-id

Usage Notes

This function must be executed against the security database.

Example



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

sec.externalSecuritySetOauthClientId('oauthconfig', 'cluster');

    

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.