Before a new OAuth2 is requested by a client, the App must be registered in the server. Register a new App requires the following information: App Name: is the name of the Application. Example: MyApp RedirectURI: is where the responses will be redirected. Example: http://127.0.0.1:8080 ClientId: is public information and is the I...