Using Streamscape OAuth2 Samples
Streamscape HTTPAcceptor supports OAuth2 authentication to allow users to securely access data without having to reveal username and password credentials.
Before making REST API calls, you must authenticate the user using OAuth 2.0.
To do so, you’ll need to authenticate the user via one of several different OAuth 2.0 authentication flows.
An OAuth authentication flow defines a series of steps used to coordinate the authentication process between your application and Streamscape HTTPAcceptor.
After successfully authenticating the user, you’ll receive an access token which can be used to make authenticated REST API calls.
Supported OAuth flows:
Web Server Flow sample
User Agent Flow sample
Username-password Flow sample