Loading TOC...

sec.externalSecuritySetOauthTokenServerUri

sec.externalSecuritySetOauthTokenServerUri(
   external-security-name as String,
   new-oauth-token-server-uri as String
) as null

Summary

This function updates the OAuth token server uri for the given external security object.

Parameters
external-security-name Name of the external security object.
new-oauth-token-server-uri The new OAuth token server uri value.

Required Privileges

http://marklogic.com/xdmp/privileges/external-security-set-oauth-token-server-uri

Usage Notes

This function must be executed against the security database.

Example



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

sec.externalSecuritySetOauthTokenServerUri('oauthconfig', 'https://dc1.mltest1.local:9031/as/token.oauth2');

    

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