cancel
Showing results for 
Search instead for 
Did you mean: 

Store OAuth Credentials in SAP ERP

Former Member
0 Kudos

I'm using SAPs Authorization Management API to update SAP Cloud Platform users, roles and groups.

Therefore I've created an API Client in SAPCP under Security>OAuth>Platform API. I'm able to get an access token from SAP ERP. To do so I have to make a request from my ABAP coding and send the credentials (username and password) as a header field: "Authorization","Basic <Base64 encoded representation of {clientId}:{clientSecret}>"

Is there some place or best practice to store the credentials for such a call in SAP ERP? To have the password in the coding or in a customizing table doesn't seem like a good approach.

Kind regards, Robert

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi Robert,

You can consider using secure storage component in ABAP for persisting you client secret. More details are available here .