2-Legged OAuth using DataPower
DataPower provides support for Client Credential (client_credentials) grant type authorization specified under OAuth 2.0 specification. Under this specification, client hits OAuth token endpoint with client_secret & client_id and get access token. Later access token goes along with request to resource server for authorization. Unlike the other grant types defined in OAuth 2.0, client credentials does […]