<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Google IdP get Organization info and Picture profile]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I need to obtain the <strong>organization information</strong> of a Google user, however I only obtain basic information (email,Name,<strong>Picture</strong>,givenName, FamilyName). How can I get the information without losing the profile image?<br />
In <strong>SAML IdP Google</strong> you can get the organization information but the <strong>profile image does not exist</strong>.<br />
We have tested with consent for scope <strong><a href="https://www.googleapis.com/auth/user.organization.read" rel="nofollow ugc">https://www.googleapis.com/auth/user.organization.read</a></strong>  , however no additional information is returned to <strong>Lambda FusionAuth</strong></p>
]]></description><link>https://fusionauth.io/community/forum/topic/2255/google-idp-get-organization-info-and-picture-profile</link><generator>RSS for Node</generator><lastBuildDate>Mon, 14 Sep 2026 21:36:00 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/2255.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 29 Nov 2022 14:17:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Google IdP get Organization info and Picture profile on Sat, 10 Dec 2022 16:59:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/1877">@leandro-menagonzalez</a> So it sounds like you seeing the consents be granted in the Google process, which should make it available in the reconcile lambda, but you are not seeing the value in the reconcile lambda?</p>
<p dir="auto"><a href="https://fusionauth.io/docs/v1/tech/lambdas/google-reconcile" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/lambdas/google-reconcile</a></p>
<p dir="auto">There are two options I'd explore:</p>
<p dir="auto">Using the OIDC identity provider, which gives you more flexibility and possibly more information. In particular, you get both the access and id token: <a href="https://fusionauth.io/docs/v1/tech/lambdas/openid-connect-response-reconcile" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/lambdas/openid-connect-response-reconcile</a></p>
<p dir="auto">Using Lambda HTTP Connect (a paid feature) to make a call to the google APIs to request additional information from within your lambda. You can learn more about that here: <a href="https://fusionauth.io/docs/v1/tech/lambdas/#using-lambda-http-connect" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/lambdas/#using-lambda-http-connect</a></p>
<p dir="auto">Hope that helps.</p>
]]></description><link>https://fusionauth.io/community/forum/post/5758</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/5758</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Sat, 10 Dec 2022 16:59:15 GMT</pubDate></item></channel></rss>