Re: [Dev] How can a back end service validate the JWT token received from WSO2 AM?

2015-03-18 Thread Lakshman Udayakantha
Hi Rajkumar, you can sign the JWT token using a signature algorithm. configuring tag you can achieve this. see the doc here [1] [1] https://docs.wso2.com/display/AM170/Passing+Enduser+Attributes+to+the+Backend+Using+JWT On Wed, Mar 18, 2015 at 10:00 PM, Rajkumar Rajaratnam wrote: > Hi, > > I

[Dev] How can a back end service validate the JWT token received from WSO2 AM?

2015-03-18 Thread Rajkumar Rajaratnam
Hi, I have hosted my service in WSO2 AS and I am exposing them as APIs in WSO2 AM. I have configured AM to send JWT tokens to the back end service. My back end service is able to receive and decode the JWT tokens. My question is, how can a service validate that JWT token was sent from valid party