ModifyOAuth2Server
Synopsis
[Actions]
ModifyOAuth2Server:[PropertiesToModify]
Where you substitute [PropertiesToModify] for the properties you want to modify.
Description
ModifyOAuth2Server modifies the existing authorization server configuration. InterSystems IRIS® modifies the authorization server configuration when processing the [Actions] section during a configuration merge. During the merge, InterSystems IRIS runs OAuth2.Server.Configuration.Modify()Opens in a new tab to modify the authorization server configuration.
You can specify any properties from the OAuth2.Server.ConfigurationOpens in a new tab class in the ModifyOAuth2Server definition. The complete list of properties is available in the class reference.
The SigningAlgorithm, KeyAlgorithm, and EncryptionAlgorithm properties cannot explicitly be set to null ("") using ModifyOAuth2Server. If you try to set the preceding properties to null you will receive an error.
Changing this Operation
This operation is designed to be used during a configuration merge. You can change ModifyOAuth2Server by editing the merge file in a text editor (as described in Editing the Active CPF).
See Creating the Authorization Server Configuration for more information on authorization server configurations.