3.5 Getting Access Token
A client application which wants to obtain an access token from OAuth server can access OFSLL Authentication API which in turn accesses the OAM OAuth API and generates token. The authentication REST service OFSLL provides a wrapper around OAM OAuth API.
- How OFSLL API works with access token?
- Access Token for CLIENT_CREDENTIALS grant type
- Access Token for PASSWORD grant type
- Access Token for JWT_BEARER grant type
- Access Token for REFRESH_TOKEN grant type
- How to get access token through Basic Authentication
- How to access the REST API using the access token
Parent topic: Enabling OAuth Setup Configurations