i am using com.google.oauth-client:google-oauth-client:1.23.0 in an
android project. when it parses the idtoken received from keycloak
(3.4.0) it doesn't receive a "name" part in the payload. there is no
preferred_username there either. the scopes i am sending from the
example are
private static final String[] SCOPES = new String[]{ "openid",
"offline_access", "profile" };
i was wondering if anyone knew off the top of their head whether i am
missing something for example if i need to define an extra scope
Show replies by date