2
votes

I have a problem with retrieving the end-user access token from wso2, I need it to invoke the API that retrieves the list of all applications in the Wso2 Api Manager Store. I did a research on this site: https://docs.wso2.com/display/AM210/apidocs/store/#!/operations#ApplicationCollection#applicationsGet, but I don't know how I can generate user token (not application token).

On the other side I found the temporary solution, that returns a list of all applications invoking the API login, and then API that returns the app list found on this link: https://docs.wso2.com/display/AM210/Store+APIs, but it shows me only how to do it with a session authentication, NOT with JWT token auth.

thanks in advance.

1

1 Answers

2
votes

Please follow the getting started guide[1]. For a token generation, you need client id and secret. To get that you need to register an application.

[1] - https://docs.wso2.com/display/AM210/apidocs/store/#guide