Authentication
Client app will attempt to access oauth server authentication via oauth
For this example, the following parameters will be included in the request query parameters:
- client_id: <%= client_id %>
- redirect_uri: http://localhost:12180/wolf/oauth2/client_app
- response_type: code
- grant_type: authorization_code
- state: myState
Login with Oauth Server