Show TOC

OAuth 2.0 ServerLocate this document in the navigation structure

You want to use SAP NetWeaver Application Server ABAP as an OAuth 2.0 server to enable an outbound OAuth 2.0 client to access resources on an OAuth 2.0 protected web service offered by a service provider.

In the OAuth 2.0 server, you must determine the OAuth 2.0 flows you want to use, the resource owners' authentication, and which OAuth 2.0 scopes you assign to the resource owners. This data is stored in the registered inbound OAuth 2.0 client.

Note

We recommend that you register an OAuth 2.0 client for each web service or application which you want to make accessible for end users.

OAuth 2.0 Flows Supported by SAP