[Dev] [IS 5.0] Is there a lib method to decode 'AuthenticatedIdPs' POST parameter value ?

2014-07-12 Thread Rushmin Fernando
$subject please -- *Rushmin Fernando* *Technical Lead* WSO2 Inc. - Lean . Enterprise . Middleware email : rush...@wso2.com mobile : +94772310855 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] [IS 5.0] Is there a lib method to decode 'AuthenticatedIdPs' POST parameter value ?

2014-07-12 Thread Johann Nallathamby
Hi, You can find some code related to decoding and verifying the JWT at [1]. It uses PKI for verifying. [2] contains some code to verify using shared keys as per HMAC profile. You may be able to combine both and get what you want. However both of them have lot of manual steps to decode and verify

Re: [Dev] [IS 5.0] Is there a lib method to decode 'AuthenticatedIdPs' POST parameter value ?

2014-07-12 Thread Rushmin Fernando
Thanks Johann ! Will try this out. On Sat, Jul 12, 2014 at 4:28 PM, Johann Nallathamby wrote: > Hi, > > You can find some code related to decoding and verifying the JWT at [1]. > It uses PKI for verifying. [2] contains some code to verify using shared > keys as per HMAC profile. You may be able