Disabling OAuth2 Authentication for REST Integrations

If you want to implement an authorization server that is currently not supported by the Integration Broker framework, an option is provided on the integrationGateway.properties file to turn off OAuth2.

Set the following property equal to True to turn off OAuth2 processing by the Integration Broker framework:

ig.TurnOffOAuth2

By default the property is set to False.

Note:

If OAuth2 is disabled, then any REST Provider Service Operation where the Req Verification is set to OAuth2 Authentication or OAuth2 Authentication and SSL will be rejected by the Integration Broker framework. If you elect to perform your own OAuth2 authentication outside the Integration Broker framework, you must update the request validation option accordingly.