Skip to main content

ModifyOAuth2ServerDefinition

Modify an OAuth server description.

Synopsis

[Actions]
ModifyOAuth2ServerDefinition:IssuerEndpoint=IssuerEndpoint,[PropertiesToModify]

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

Description

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

You can modify the following properties using ModifyOAuth2ServerDefinition: Metadata, InitialAccessToken, SSLConfiguration, and ServerCredentials. Consult the class reference for more information on these properties

Changing this Operation

This operation is designed to be used during a configuration merge. You can change ModifyOAuth2ServerDefinition by editing the merge file in a text editor (as described in Editing the Active CPF).

See Creating a Server Description for more information on client descriptions.

FeedbackOpens in a new tab