How to pass OAuth Bearer token to Soap WM Consumer

Can any one advice me how to pass pass OAuth Bearer token to Soap WM Consumer, One of our partner wanted to switch their authentication mechanism from Basic to OAuth for soap WS (consumer form WM perspective) as part of their infrastructure change.

What are the steps need to be taken to adjust the existing setup?

It’s two step procedure where you would need to pass client credentials (like clientid secret, or API key) as basic auth to get token, and then make actual API call with the token as bearer. Your IS will act as client and the other side your app should provide an actual Identity server or oauth server.

Read details about oauth 2.0, grant type such as client credentials, and its flow.

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.