3.1 Basic Configuration Parameters

These are the connection-related parameters that Oracle Identity Governance requires to connect to SAP Fieldglass Connector.

Note:

Unless specified, do not modify entries in the below table.

Table 3-1 Basic Configuration Parameters for SAP Fieldglass Connector

Parameter Mandatory? Description
grantType Yes

Enter the type of authentication used by your target system. For this connector, target uses OAuth2.0 client credentials. This is a mandatory attribute while creating an application. Do not modify the value of the parameter.

Default value: client_credentials

host Yes

Enter the host name of the machine hosting your target system. This is a mandatory attribute while creating an application.

Sample value: partner.fgvms.com

authenticationServerUrl Yes

Enter the URL of the authentication server that validates the client ID and client secret for your target system.

Sample value: https://<host>/api/oauth2/v2.0/token?grant_type=client_credentials

clientId Yes

Enter the Username received from SAP Fieldglass instance owner.

Sample Value: JohnSmith

clientSecret Yes

Enter the Password received from SAP Fieldglass instance owner.

Sample Value: password

baseURI Yes

This is a mandatory attribute while creating an application. Do not modify the value of the parameter.

Default value: /api/v1

acceptType Yes

This is a mandatory attribute while creating an application. Do not modify the value of the parameter.

Default value: application/scim+json

contentType Yes

This entry holds the type of the body of the request .This is a mandatory attribute while creating an application. Do not modify the value of the parameter.

Default value: application/scim+json

Connector Server Name No If you are using the SAP Fieldglass Connector together with a Java Connector Server, then enter the name of Connector Server IT resource.
proxyHost No

Enter the name of the proxy host used to connect to an external target.

Sample value: www.example.com

Proxy Password No Enter the password of the proxy user ID of the target system user account that Oracle Identity Governance uses to connect to the target system.
Proxy Port No

Enter the proxy port number.

Sample value: 1105

Proxy Username No Proxy user name of the target system user account that Oracle Identity Manager uses to connect to the target system.
sslEnabled No

If the target system requires SSL connectivity, then set the value of this parameter to true. Otherwise set the value to false.

Sample value:true