Web Server Flow Sample

There are the following steps for this flow:
1. Get authorization code with authorization request.
2. Pass authorization code to token request URL and get access token.
In this flow server is responsible for all requests formating and handling.

Please enter Streamscape HTTPAcceptor URL:


Show token request page

The following URL will be used to request authorization page and code:
/security/oauth2/authorize?response_type=code&client_id=restclient&redirect_uri=http://localhost/OAuthSample/displayauthorizepage/code/cb&state=http://localhost:9999&scope=somescope&display=page

Press button below and you will be redirected to stremscape oauth2 authorization page