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: myClientId
-
redirect_uri: https://oauth.selfservice.severin.com/client/app
-
response_type: code
-
grant_type: authorization_code
-
state: myState
Login