Reputation: 2887
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
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