-
Notifications
You must be signed in to change notification settings - Fork 39
Description
Issue description
What user account should be created?
It should be specified :
create service instance with plan api and assign role AuthGroup_IntegrationDeveloper
is the role correct? Developer role gives read, create, update, delete access while only read is needed.
do one of the following
1 create service key for the service instance of type ClientId/Secret
2 assign Certificate
3 assign External Certificate
in ABAP SM59
depending on option 1, 2 or 3 from above do one of the below
1.1 basic authentication enter username=clientid and password=clientsecret
1.2 oauth2 - create profile - sap provide link how to create profile with tokenUrl/clientid/secret
2 or 3 assign client certificate
We think it works as above
and you can call the hosturl:/rest/api/v1/workspace/sproxy using any of the authentication options ?
1.1 so far we have not been able to make 1.1 work,
1.2 we could access hosturl:/rest/api/v1/workspace/sproxy using postman and oauth2 - not tested from SM59 yet
2 or 3 not tested yet
If the above is wrong then specify t he correct procedure, please.
we need to use mTLS due to corporate policy
Feedback Type (Optional)
None
Page Title on SAP Help Portal (prefilled)
Generating ABAP Proxy
Page URL on SAP Help Portal (prefilled)
https://help.sap.com/docs/integration-suite/sap-integration-suite/generating-abap-proxy?locale=en-US