Loading TOC...

sec.externalSecuritySetOauthClientAuthenticationMethod

sec.externalSecuritySetOauthClientAuthenticationMethod(
   external-security-name as String,
   new-oauth-client-authentication-method as String
) as null

Summary

This function updates the OAuth client authentication method for the given external security object.

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

Required Privileges

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

Usage Notes

This function must be executed against the security database.

Example



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

sec.externalSecuritySetOauthClientAuthenticationMethod("oauthconfig", "Client secret");

    

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