
sec.externalSecuritySetOauthJwtIssuerUri( external-security-name as String, new-oauth-jwt-issuer-uri as String ) as null
This function updates the OAuth JWT issuer 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 JWT issuer URI value. |
http://marklogic.com/xdmp/privileges/external-security-set-oauth-jwt-issuer-uri
This function must be executed against the security database.
declareUpdate();
const sec = require('MarkLogic/security');
sec.externalSecuritySetOauthJwtIssuerUri('oauthconfig', 'https://idp.example.com/issuer');
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.