I have been building a React based SPA to consume an API deployed in WSO2 API Manager. I did everything mentioned in this excellent tutorial : https://wso2.com/blogs/thesource/2019/08/building-a-react-based-single-page-application-to-consume-an-api-deployed-in-wso2-api-manager/
So i am using OAuth2 implicit grant type. However i have this error message after i reach the /authorize request :
Object { error: "unauthorized_client", error_description: "The authenticated client is not authorized to use this authorization grant type", session_state: "485a86f974459bfb9cdd7a845341e88bcc4cfedc242cb15cfc2956e131a7c44c.SMRIHTA_L6wA3yqb59iSSA", sp: "admin_ReactApp_PRODUCTION", tenantDomain: "carbon.super" }
Auth.js:26
What could be wrong ? In my dev portal interface (https://localhost:9443/devportal), i have noticed all but the implicit grant types are listed. It is not showing in the list.
Thanks for helping.