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

524 views Asked by At

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?

1

There are 1 answers

0
Isuru Gunawardana On BEST ANSWER

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