> @@ -92,18 +88,15 @@ public Long get() {
> // fetch the token
> Header header = Header.create(signatureAlgorithm, "JWT");
>
> - Map<String, String> claims = new LinkedHashMap<String, String>();
> + Map<String, Object> claims = new LinkedHashMap<String, Object>();
> claims.put("iss", credentialsSupplier.get().identity);
much more work needed here, and elsewhere in oauth, but will follow-up later.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/72/files#r19707177