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: VidyoTest
- redirect_uri: https://vidyo-oauth.herokuapp.com/client/app
- response_type: code
- grant_type: authorization_code
- state: eyJzdGF0ZSI6InN0YXRlIn0=
Login with Oauth Server