Isuru Gunawardana
Isuru Gunawardana

Reputation: 2887

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?

Upvotes: 2

Views: 513

Answers (1)

Isuru Gunawardana
Isuru Gunawardana

Reputation: 2887

I could get the token from ACCESS_TOKEN table of the apimgt db, which is created according to guide IS as the Key Manager

Upvotes: 1

Related Questions