ModifyOAuth2ServerClient
Synopsis
[Actions]
ModifyOAuth2ServerClient:ClientId=ClientId,[PropertiesToModify]
Where you substitute [PropertiesToModify] for the properties you want to modify.
Description
ModifyOAuth2ServerClient modifies an existing client description. InterSystems IRIS® modifies the client description when processing the [Actions] section during a configuration merge. During the merge, InterSystems IRIS runs OAuth2.Server.Client.Modify()Opens in a new tab to modify the client description defined by ModifyOAuth2ServerClient.
You can modify any properties from the OAuth2.Server.ClientOpens in a new tab class except ClientId using ModifyOAuth2ServerClient. 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 ModifyOAuth2ServerClient by editing the merge file in a text editor (as described in Editing the Active CPF).
See Creating a Client Description for more information on client descriptions.