I am trying to understand on how to implement access token request from WSO2 API Manager. Given I have a login page with username and password input, how do I request the access token by using only these two parameters?
Because by referring to the Token API, consumer key / secret is required to be appended on the authorization header, which is not available during the login.
Thanks.