sec.externalSecuritySetOauthJwksUri( external-security-name as String, new-oauth-jwt-issuer-uri as String ) as null
This function updates the OAuth JWKS URI for the given external security object.
Parameters | |
---|---|
external-security-name | Name of the external security object. |
new-oauth-jwt-issuer-uri | The new OAuth JWKS URI value. |
http://marklogic.com/xdmp/privileges/external-security-set-oauth-jwks-uri
This function must be executed against the security database.
declareUpdate(); const sec = require('MarkLogic/security'); sec.externalSecuritySetOauthJwksUri('oauthconfig', 'https://idp.example.com/jwks');