Retrieve user access TOKEN from WSO2 Api Manager
NickName:Nina Lukic Ask DateTime:2019-11-25T19:56:49

Retrieve user access TOKEN from WSO2 Api Manager

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.

Copyright Notice:Content Author:「Nina Lukic」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/59031311/retrieve-user-access-token-from-wso2-api-manager

More about “Retrieve user access TOKEN from WSO2 Api Manager” related questions

Retrieve user access TOKEN from WSO2 Api Manager

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...

Show Detail

WSO2 API Manager 1.9.1 Key Manager access token translation

I have an OpenIdConnect Identity Provider hooked up to the API Manager. I am able to authenticate and retrieve an access token using authorization_code and implicit grant types. The access token cr...

Show Detail

How to identify the user from the User Token in WSO2 API Manager

I followed this link and I could get the user token. My use case is: Request get forward to wso2 esb from wso2 api manager with the Authorization header which has the user token. In side ESB I need...

Show Detail

wso2 api manager refresh and access token revocation

I have the setup where clients are accessing APIs defined through WSO2 API Manager secured by OAuth2 refresh and access tokens. The client gets the tokens using authorization code flow and authenti...

Show Detail

Requesting Access Token from WSO2 API Manager via Token API

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...

Show Detail

Get username from oAuth2 access token API Manager

The use case occurs once user is authenticated and obtain an oAuth2 access token from Wso2 API Manager and we want to obtain username again from this access token. To obtain access token I've foll...

Show Detail

Access Token Revocation not working in wso2 Api manager

Description: I'm generating a OAUTH2 password grant access token using the client ID and Client secret of my Service provider in wso2 API manager. The service provider is auto generated for the

Show Detail

WSO2 API Manager- Can we access API without access token / subscription?

Is this possible to access API without subscription / without access token in WSO2 API Manager?

Show Detail

WSO2 API Manager and WSO2 key manager: user roles are not validated

I am using WSO2 Identity server and WSO2 API Manager to manage access. I want to ensure role based access control to APIs using oauth2 scopes and authorize end-users to access my APIs based on their

Show Detail

To access Published WSO2 API Manager APIs using tokens from WSO2 ESB, Unable to get the access token from WSO2 API Manager

I have written WSo2 ESB Proxy service where the proxy service calls the http service which is published in WSo2 API Manager. Because the API's are published in WSo2 API Manager to access the API we...

Show Detail