Loading TOC...

sec.externalSecuritySetOauthAuthorizationServerUri

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

Summary

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

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

Required Privileges

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

Usage Notes

This function must be executed against the security database.

Example



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

sec.externalSecuritySetOauthAuthorizationServerUri('oauthconfig', 'https://dc1.mltes1.local:9031/as/authorization.oauth2');

    

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