How to identify the user from the User Token in WSO2 API Manager
NickName:Isuru Gunawardana Ask DateTime:2015-06-11T04:41:23

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 to get the user details using the user access token. I have configured wso2 is as the key manager with wso2 api manager. If the way to get the information is accessing the db then which table should contain these data in which database?(May be using a class mediator), Or is there any other way to get this task done?

Copyright Notice:Content Author:「Isuru Gunawardana」,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/30766896/how-to-identify-the-user-from-the-user-token-in-wso2-api-manager

More about “How to identify the user from the User Token in WSO2 API Manager” related questions

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

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 revoke tokens for specific user or application

In wso2 api manager there is Token API that can be used to revoke specific tokens by clients. This is for applications to handle token revocations during logout etc. But how to revoke all tokens for

Show Detail

WSO2 API Manager - Authenticate user from API client

I'm developing a set of microservices exposed as REST through WSO2 API manager. Now, I'd like to call these services in Angular front end. What is the best way to handle user authentication and

Show Detail

how to get all the scopes user has access to in WSO2 API manager

My web client application has different menus like read , delete , add ,view etc depending up on the users roles. I have different scope as read , delete , add etc and associated roles with them wh...

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

WSO2 API manager Outh token validations

I have installed the WS02 API manager and secured my backend REST service with oauth2. Here is my setup IP1: WSO2 API manger using the default inbuild key manager. I have published my API here. ...

Show Detail

How to auto refresh a token when user is active - Wso2 IS, API Manager

I am using Wso2 API Manager 1.9 and Wso2 IS 5. I am generating token by curl -k -d "grant_type=password&[email protected]&password=password" -H "Authorization: Basic

Show Detail

WSO2 API Manager get user name in backend

We have a web application where we use API Manager and Identity server together.User logs into web app and get the token and scopes.And web application places the API call with the scope and token....

Show Detail

WSO2 API Manager 2.0 User Class extension

We've deployed WSO2 API Manager 2.0 and are very happy with it. Although, we've been looking in the documentation if it is possible to add a field to the user profile but haven't found anything y...

Show Detail