Entries by rohit

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 […]

SSL Authentication using WebSphere DataPower SOA Appliances

Introduction of SSL Authentication Secure Sockets Layer (SSL) client certificate authentication schemes require end users to authenticate by supplying a client certificate, which is installed on their device or on a smart card. No login information, such as user name and password, is required for the authentication process. In technology terms, it refers to a client […]