Skip to main content

ModifyOAuth2Client

Modify an OAuth client configuration.

Synopsis

[Actions]
ModifyOAuth2Client:ApplicationName=ClientApplicationName,[PropertiesToModify]

Where you substitute [PropertiesToModify] for the properties you want to modify.

Description

ModifyOAuth2Client modifies an existing client configuration. InterSystems IRIS® modifies the client configuration when processing the [Actions] section during a configuration merge. During the merge, InterSystems IRIS runs OAuth2.Client.Modify()Opens in a new tab to modify the client description defined by ModifyOAuth2Client.

You can specify any properties from the OAuth2.ClientOpens in a new tab class in the ModifyOAuth2Client definition. 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 ModifyOAuth2Client by editing the merge file in a text editor (as described in Editing the Active CPF).

See Creating a Client Configuration for more information on client configurations.

FeedbackOpens in a new tab