<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi all,<div class=""><br class=""></div><div class="">I’m just getting started with Keycloak. So far it’s been really easy to work with and seems to have nearly all of the features I need.</div><div class=""><br class=""></div><div class="">Recently, I’ve been testing out the “Social Login” feature with google. It seems to work well for logging in, but now I’m looking to try to do a bit more.</div><div class=""><br class=""></div><div class="">One question I have is how to access Google APIs to get profile information. This is the call I’m trying to use:</div><div class=""><br class=""></div><pre class="GC1DV3DDLP" style="font-size: 13px; margin-top: 0px; margin-bottom: 0px; margin-left: 15px; color: rgb(0, 112, 0); line-height: 1.5; font-family: 'Droid Sans Mono', monospace; padding: 0px; border: 0px; vertical-align: baseline; white-space: pre-wrap; -webkit-font-smoothing: auto; overflow: auto; background-color: rgb(250, 250, 250);"><a href="https://www.googleapis.com/plus/v1/people/{userId}?key={YOUR_API_KEY}" class="">https://www.googleapis.com/plus/v1/people/{userId}?key={YOUR_API_KEY}</a></pre><div class=""><br class=""></div><div class="">What I’ve found is that the Google+ API userId is a large decimal number, but I cannot find this number anywhere in Keycloak’s database.</div><div class=""><br class=""></div><div class="">Any way to do this?&nbsp;</div><div class=""><br class=""></div><div class="">Thanks,</div><div class=""><br class=""></div><div class="">-Chris</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div></body></html>