Table of Contents
- Title and Copyright Information
- 1 Introduction
- 2 Web services authentication using OAuth2
-
3
Enabling OAuth Setup Configurations
- 3.1 Enabling OAuth support for OFSLL REST APIs
- 3.2 Identity Domain Creation
- 3.3 Resource Server Creation
- 3.4 Client Creation
-
3.5
Getting Access Token
- 3.5.1 How OFSLL API works with access token?
- 3.5.2 Access Token for CLIENT_CREDENTIALS grant type
- 3.5.3 Access Token for PASSWORD grant type
- 3.5.4 Access Token for JWT_BEARER grant type
- 3.5.5 Access Token for REFRESH_TOKEN grant type
- 3.5.6 How to get access token through Basic Authentication
- 3.5.7 How to access the REST API using the access token
- 3.6 Embedding External Application within OFSLL