Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
oauth2-1.0.2
-
Mac OS X 10.12.2, java 1.8.0_74, maven 3.3.9, tomcat 9
Description
Testing Google integration using the OLTU demo app, the first problem was the response JSON payload, where Google use "access_token" while org.apache.oltu.openidconnect.client.response.OpenIdConnectResponse.init expects ==>OpenIdConnect.ID_TOKEN (= 'id_token');
After that comes the token, and the token does not came as expected in org.apache.oltu.commons.encodedtoken.TokenReader pattern (the group 3 part (signature?) is missing! Can this be a problem from Google or I misconfigured something?