I'm not trying to use a JWT token in an application, rather because I am already using Windows Live Connect / Live ID, I'm forced to use a JWT token since that is all it returns.
My scenario is that I want to use Azure ACS so that my application sign on can federate with Azure ACS providers including Live Connect, Google and customers' ADFS servers. I have certain clients that must federate in active mode, not passive mode.
The link I sent above details a method to obtain a Live Connect token in active mode, but the token returned is in JWT. My original question is whether this JWT token can be somehow transformed such that ACS can accept it and verify its claims through
its own connection to Live Connect.