I am trying to use spring-security-oauth2.0 with Java based configuration. My configuration is done, but when i deploy application on tomcat and hit the
The client_id and client_secret, by default, should go in the Authorization header, not the form-urlencoded body.
client_id and client_secret, with a colon between them: abc@gmail.com:12345678.YWJjQGdtYWlsLmNvbToxMjM0NTY3OA==Authorization: Basic YWJjQGdtYWlsLmNvbToxMjM0NTY3OA==