When I register an application in WSO2 API store, I am allowed to check most of the grant types except the following grant types: - Code and - Implicit
How can turn ON the code grant type ?
When I register an application in WSO2 API store, I am allowed to check most of the grant types except the following grant types: - Code and - Implicit
How can turn ON the code grant type ?
You should provide a Callback URL
(as shown in below image) to generate tokens with code
and implicit
grant types. After providing a callback URL, click on Generate Keys
button.