hello i'm a beginner with Oauth2 flow. I'm working with a simple example : Github Project here but i failed at making a proper connection. I have received an error message like : "couldn't complete Oauth 2.0 login "
I filled the Request Token popup with the values below :
Callback URL : getpostman.com/oauth2/callback
Token Name : mytoken
Auth URL : localhost:8080/admin/oauth
Acces Token URL : localhost:8080/admin/oauth/token
ClientID : my-client-with-secret
Client Secret : secret
Grant Type : Authorization Code
Whats wrong with the information i provided ?
Thanks