ModifyOAuth2Resource
Synopsis
[Actions]
ModifyOAuth2Resource:Name=Name,[PropertiesToModify]
Where you substitute [PropertiesToModify] for the properties you want to modify.
Description
ModifyOAuth2Resource modifies an existing OAuth resource server. InterSystems IRIS® modifies the resource server when processing the [Actions] section during a configuration merge. During the merge, InterSystems IRIS runs OAuth2.ResourceServer.Modify()Opens in a new tab to modify the resource server defined by ModifyOAuth2Resource. The complete list of properties is available in the class reference.
Changing this Operation
This operation is designed to be used during a configuration merge. You can change ModifyOAuth2Resource by editing the merge file in a text editor (as described in Editing the Active CPF).
See Using an InterSytems IRIS Web Application as an OAuth 2.0 Resource Server for more information.