cancel
Showing results for 
Search instead for 
Did you mean: 

Basic auth in API Manager: client + user

06-17-2024 10:45 PM
1116 views 1 comments
0 Likes
SAP Managed Tags
Labels
Authentication
Subscribe

Hello,

I need to set up the basic authentication in the API Management. I need it to check both the username&password + the cliend_id&client_secret passed on by the caller. If the user or the client_id is missing, the auth must fail. I managed to get them work but not together.

How is this possible to achieve in the API Management?

Cristian

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

Kishan_D
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Cristian,

This may not be possible via the standard scenario configuration. Please check this thread SAP API Management - Two authentication options fo... - SAP Community which discusses a similar requirement. You might need to build custom logic to check for both username and client_id field values during authentication.

Thanks,

Kishan