sec.externalSecuritySetOauthUsernameAttribute( external-security-name as String, new-oauth-username-attribute as String ) as null
This function updates the OAuth username attribute for the given external security object.
Parameters | |
---|---|
external-security-name | Name of the external security object. |
new-oauth-username-attribute | The new OAuth username attribute value. |
http://marklogic.com/xdmp/privileges/external-security-set-oauth-username-attribute
This function must be executed against the security database.
declareUpdate(); const sec = require('MarkLogic/security'); sec.externalSecuritySetOauthUsernameAttribute('oauthconfig', 'username');