NoSSL sample: a class for checking signatures of tokens sent to the RP in clear HTTP

NoSSL sample: a class for checking signatures of tokens sent to the RP in clear HTTP

[Edit: attached the sample app files]  In short: I show a simple class that checks the signature of self issued tokens sent on a normal HTTP connection (as opposed to HTTPS); the same class takes care of generating a UniqueID and giving access to claims. It basically covers for the NoSSL case the…