On Mon, 20 Oct 2014 13:57:44 -0400
Bill Burke <bburke(a)redhat.com> wrote:
I thought the issuer was the realm. I guess its not....Also looks
like we'll need to have one URL to process all realm oidc requests as
the ISS is validated.
Does this library offer any encryption/signature options for the ID
Token?
The library validating the token is Google's OAuth Client Library
[1][2], the piece of code calling that library [3]
[1]
https://code.google.com/p/google-oauth-java-client/
[2]
http://javadoc.google-oauth-java-client.googlecode.com/hg/1.19.0/com/goog...
[3]
https://github.com/iperdomo/android-openid-connect-sample/blob/master/app...
--
Iván