Show TOC

Authorization Server of the OAuth 2.0 ImplementationLocate this document in the navigation structure

Use

The authorization server of the OAuth 2.0 implementation manages the authentication process in OAuth 2.0. Its main task is to issue OAuth 2.0 access tokens for the OAuth 2.0 client. The access tokens can be sent to the resource server.

Prerequisites

SSL must be set up in the AS ABAP (see Parameters for OAuth 2.0 Administration).

Integration

The topic OAuth 2.0 Flows Supported by SAP illustrates the way an OAuth 2.0 client can get access to resources on an AS ABAP.