2.1.6 More information for Basic and Advance configurations while creating the application
- authenticationServerUrl: < Refer Section 2.1.2>
- username and password: Refer Section 2.1.1.1 step 6.
- ClientID: Refer 2.1.1.2 section, steps 7 and 8 take the value of OAuth Client Id
- clientSecret: Refer 2.1.1.2 section, steps 7 and 8 take the value of OAuth Secret
- apiKey: Refer 2.1.1.2 section, steps 7 and 8 take the value of Application Key
- In the SAP Ariba Management URL, you will find the realm name which can be used as a XRealm value
- Partition and Variant, Refer Section 2.1.3 step 5 and 6.
relURIs:
Default Value:
"__ACCOUNT__.CREATEOP=$(CreateUserURL)$","__ACCOUNT__.UPDATEOP=$(UpdateUserURL)$","__ACCOUNT__.SEARCHOP=$(UserReconURL)$","__ACCOUNT__.__GROUP__.GROUPLKP=$(GroupLookupURL)$","__ACCOUNT__.ORGANIZATION.Lookup=$(OrganizationLookupURL)$","__ACCOUNT__.CURRENCY.Lookup=$(CurrencyLookupURL)$","__ACCOUNT__.LOCALEID.Lookup=$(LocaleIdLookupURL)$","__ACCOUNT__.__GROUP__.ADDATTRIBUTE=$(GroupsAssignURL)$","__ACCOUNT__.__GROUP__.REMOVEATTRIBUTE=$(GroupsRemoveURL)$"
In CREATEOP ,
$(CreateUserURL)$
replace with Import Users Web Service URL : Refer 2.1.2 Steps4In UPDATEOP,
$(UpdateUserURL)$
replace with Import Users Web Service URL: Refer 2.1.2 Steps 4In SEARCHOP
$(UserReconURL)$
, Refer section 2.1.3, step 5.$(GroupLookupURL)$
, Refer section 2.1.4, step8.$(OrganizationLookupURL)$
, Refer section 2.1.4, step9.$(CurrencyLookupURL)$
, Refer section 2.1.4, step9.$(LocaleIdLookupURL)$
, Refer section 2.1.4, step9.$(GroupsAssignURL)$
replace with Add Users to Group Web Service URL: Refer 2.1.4 Step7$(GroupsRemoveURL)$"
replace with Remove User from Group URL: Refer 2.1.4 Step 9