I'm using Box.com for my ColdFusion application. For creating JWT assertion we need 3 parts(as mentioned in the document).
So as per this document, they've given the steps to create HEADER and CLAIMS, but not about how to create SIGNATURE. I've also browsed in external sources, all sources have been made with HS256 algorithms. But Box.com API supports only “RS256″, “RS384″, and “RS512″ algorithms.
So I'm strucked here in, how to create SIGNATURE part with RS256 algorithms. Any help would be appreciated.

So when you go to the JWT.io that Box recommended, click on debugger 


