<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>social - Inero Software - Software Consulting</title>
	<atom:link href="https://inero-software.com/tag/social/feed/" rel="self" type="application/rss+xml" />
	<link>https://inero-software.com/tag/social/</link>
	<description>We unleash innovations using cutting-edge technologies, modern design and AI</description>
	<lastBuildDate>Wed, 06 Nov 2024 07:27:28 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>

<image>
	<url>https://inero-software.com/wp-content/uploads/2018/11/inero-logo-favicon.png</url>
	<title>social - Inero Software - Software Consulting</title>
	<link>https://inero-software.com/tag/social/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">153509928</site>	<item>
		<title>Keycloak Integration Guide: Enabling Social Login with Multiple Platforms like Google</title>
		<link>https://inero-software.com/keycloak-integration-guide-enabling-social-login-with-multiple-platforms-like-google/</link>
		
		<dc:creator><![CDATA[Marceli Formela]]></dc:creator>
		<pubDate>Wed, 11 Sep 2024 12:52:22 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Company]]></category>
		<category><![CDATA[Keycloak]]></category>
		<category><![CDATA[keycloak]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[social]]></category>
		<guid isPermaLink="false">https://inero-software.com/?p=6089</guid>

					<description><![CDATA[<p>&#160;</p>
<p>Artykuł <a href="https://inero-software.com/keycloak-integration-guide-enabling-social-login-with-multiple-platforms-like-google/">Keycloak Integration Guide: Enabling Social Login with Multiple Platforms like Google</a> pochodzi z serwisu <a href="https://inero-software.com">Inero Software - Software Consulting</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>&nbsp;</p>
<div class="row"><div class="col-sm-1"></div><div class="col-sm-10">
<h4><strong>Last time we saw how to implement custom Keycloak themes and i.e. how it helps to prevent phishing attacks. In this guide, we’ll focus on how to enable social login using Keycloak, with a step-by-step approach to integrating platforms such as Google. Whether you&#8217;re looking to simplify authentication or enhance security, this guide will walk you through the essential steps to configure and manage social login in your application.</strong></h4>
<p>&nbsp;</p>
<h3><b>How does it work</b></h3>
<p><span style="font-weight: 400;">The general idea of social login works is pretty straightforward as a concept: when users access our application, they can choose a social network provider, such as Google or Facebook, for authentication instead of manually defining login and passwords. Then the application sends a login request to the selected platform and once the social network confirms the user&#8217;s identity, the user is granted access to the application and is logged in immediately. </span></p>
<p><img fetchpriority="high" decoding="async" data-attachment-id="6097" data-permalink="https://inero-software.com/keycloak-integration-guide-enabling-social-login-with-multiple-platforms-like-google/8-3/" data-orig-file="https://inero-software.com/wp-content/uploads/2024/09/8.png" data-orig-size="1920,1080" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="8" data-image-description="" data-image-caption="" data-medium-file="https://inero-software.com/wp-content/uploads/2024/09/8-300x169.png" data-large-file="https://inero-software.com/wp-content/uploads/2024/09/8-1030x579.png" tabindex="0" role="button" class="aligncenter wp-image-6097 size-full" src="https://inero-software.com/wp-content/uploads/2024/09/8.png" alt="" width="1920" height="1080" srcset="https://inero-software.com/wp-content/uploads/2024/09/8.png 1920w, https://inero-software.com/wp-content/uploads/2024/09/8-300x169.png 300w, https://inero-software.com/wp-content/uploads/2024/09/8-1030x579.png 1030w, https://inero-software.com/wp-content/uploads/2024/09/8-768x432.png 768w, https://inero-software.com/wp-content/uploads/2024/09/8-1536x864.png 1536w, https://inero-software.com/wp-content/uploads/2024/09/8-533x300.png 533w" sizes="(max-width: 1920px) 100vw, 1920px" /></p>
<ol>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">The user, who is not yet authenticated, tries to access a protected resource in a client application. Application redirects the browser to Keycloak which acts as the Identity Broker. and then redirects again to one of the Identity Providers.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">A login page is presented with a list of available identity providers (such as Google, Facebook, etc.) based on the realm’s configuration.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">The user selects an identity provider and then is redirected to the login page of the selected one, where they can provide their credentials. The identity provider’s setup, including connection properties, has already been configured by the admin via the admin console.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Upon successful authentication, the user is redirected back to Keycloak with an authentication response which eventually leads to retrieval of the access token.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Keycloak verifies the identity and creates a new user or skips this step if the user already exists.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Once Keycloak successfully authenticates the user, it issues its own token to allow access to the protected resource and redirects the user back to the client application.</span></li>
</ol>
<h3></h3>
<p>&nbsp;</p>
<h3><b>Key benefits</b></h3>
<p><img decoding="async" data-attachment-id="6106" data-permalink="https://inero-software.com/keycloak-integration-guide-enabling-social-login-with-multiple-platforms-like-google/7a/" data-orig-file="https://inero-software.com/wp-content/uploads/2024/09/7A.png" data-orig-size="637,1080" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="7A" data-image-description="" data-image-caption="" data-medium-file="https://inero-software.com/wp-content/uploads/2024/09/7A-177x300.png" data-large-file="https://inero-software.com/wp-content/uploads/2024/09/7A-608x1030.png" tabindex="0" role="button" class=" wp-image-6106 alignleft" src="https://inero-software.com/wp-content/uploads/2024/09/7A-177x300.png" alt="" width="302" height="512" srcset="https://inero-software.com/wp-content/uploads/2024/09/7A-177x300.png 177w, https://inero-software.com/wp-content/uploads/2024/09/7A-608x1030.png 608w, https://inero-software.com/wp-content/uploads/2024/09/7A.png 637w" sizes="(max-width: 302px) 100vw, 302px" /></p>
<ul>
<li aria-level="1">Users can sign up and access your application in just a few clicks. Applications could use the profile data instead of having users manually enter this information into forms. This can potentially speed up and streamline the registration process.</li>
<li style="font-weight: 400;" aria-level="1">Social login reduces the risk of weak password and offers enhanced security features like multi-factor authentication (MFA).</li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">In many applications, users often don’t keep their profiles up-to-date. However, they typically ensure their information is current on their social network. So after implementing social login, we can assume that the user data we collected is reliable, as it pulls information directly from their frequently updated social profiles.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Social network providers often offer additional user data, such as location, interests and other beyond just basic profile information. By using this we can deliver personalized content to users more effectively. This allows for more targeted interactions and content recommendations.</span></li>
<li><span style="font-weight: 400;">The social network provider is often responsible for verifying the user’s email address. If the provider shares this information, you receive a valid email address rather than potentially fake ones that users might use when registering on web applications. Furthermore, the provider also manages the password recovery process, reducing the need for your application to handle these aspects, which simplifies user management.</span></li>
</ul>
<p><span style="font-weight: 400;">The numbers generally show an improvement in conversion, and in some cases, very significant increases. I<a href="http://*https://auth0.com/blog/how-to-use-social-login-to-drive-your-apps-growth/">n an article prepared by the Auth0 marketing team, it is stated that social login can increase registration rates by up to 50%*</a>.</span></p>
<p><strong>Our experience with the development of <a href="https://inero-software.com/docsquality/">DocsQuality</a> allows us to believe in the validity of these assumptions. After implementing social media login, we observed a several-fold increase in the number of new users.</strong></p>
<p>&nbsp;</p>
<h3><b>Potential drawbacks</b></h3>
<p><span style="font-weight: 400;">When considering social login methods in Keycloak, it’s important to weigh their potential drawbacks, which have led to a noticeable decline in their use recently. Here are some key concerns:</span></p>
<ul>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;"> </span><span style="font-weight: 400;">Although relatively rare, there&#8217;s a risk that a social login could become a single point of failure. If a user&#8217;s social media credentials are compromised, it could potentially give hackers access to your platform and any associated accounts.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Users often worry about how social media platforms handle their data. This concern can make them reluctant to grant additional apps access to their information, leading to decreased adoption of social login features.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Social login protocols like OpenID Connect are open and interoperable but can be challenging to implement. Even experienced developers may find integrating these standards into their applications time-consuming and complex.</span><span style="font-weight: 400;">  </span></li>
</ul>
<p><span style="font-weight: 400;">To address security concerns, it’s important to promote good social media security practices among users. Encouraging strong, unique passwords and two-factor authentication for social media accounts can help mitigate these risks and enhance the security of social login methods. Fortunately, this last one is largely addressed by Keycloak, which simplifies the implementation of these protocols. Therefore, in our example, we&#8217;ll focus on utilizing Keycloak to streamline the social login process.</span></p>
<p>&nbsp;</p>
<h3><b>Adding social login</b></h3>
<p><span style="font-weight: 400;">For this example, we will use the application we prepared in the previous blog post where we customize the themes. The initial view looks like this:</span></p>
<p><img decoding="async" data-attachment-id="6094" data-permalink="https://inero-software.com/keycloak-integration-guide-enabling-social-login-with-multiple-platforms-like-google/5-5/" data-orig-file="https://inero-software.com/wp-content/uploads/2024/09/5-1.png" data-orig-size="1479,1080" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="5" data-image-description="" data-image-caption="" data-medium-file="https://inero-software.com/wp-content/uploads/2024/09/5-1-300x219.png" data-large-file="https://inero-software.com/wp-content/uploads/2024/09/5-1-1030x752.png" tabindex="0" role="button" class="wp-image-6094 aligncenter" src="https://inero-software.com/wp-content/uploads/2024/09/5-1-300x219.png" alt="" width="653" height="477" srcset="https://inero-software.com/wp-content/uploads/2024/09/5-1-300x219.png 300w, https://inero-software.com/wp-content/uploads/2024/09/5-1-1030x752.png 1030w, https://inero-software.com/wp-content/uploads/2024/09/5-1-768x561.png 768w, https://inero-software.com/wp-content/uploads/2024/09/5-1-411x300.png 411w, https://inero-software.com/wp-content/uploads/2024/09/5-1.png 1479w" sizes="(max-width: 653px) 100vw, 653px" /></p>
<p><span style="font-weight: 400;">Now you can log in to one of the identity provider consoles, like GitHub in this case. </span></p>
<p><span style="font-weight: 400;">Navigate to </span><b>Settings -&gt; Developer settings -&gt; OAuth Apps</b><span style="font-weight: 400;">. Click </span><b>New OAuth App</b><span style="font-weight: 400;"> and fill out the necessary information:</span></p>
<ul>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Application Name</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Homepage URL</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Authorization callback URL</span></li>
</ul>
<p><span style="font-weight: 400;">The last one should be in the format </span><b>&lt;your-keycloak-domain&gt;/auth/realms/&lt;your-realm&gt;/broker/github/endpoint</b><span style="font-weight: 400;">. For testing purposes, we will try to do just local setup using 4200 and 8080 ports. Once the form is completed, click </span><b>Register Application</b><span style="font-weight: 400;">. GitHub will generate a </span><b>Client ID</b><span style="font-weight: 400;"> and </span><b>Client Secret.</b></p>
<p><img loading="lazy" decoding="async" data-attachment-id="6093" data-permalink="https://inero-software.com/keycloak-integration-guide-enabling-social-login-with-multiple-platforms-like-google/4-8/" data-orig-file="https://inero-software.com/wp-content/uploads/2024/09/4.png" data-orig-size="1920,1080" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="4" data-image-description="" data-image-caption="" data-medium-file="https://inero-software.com/wp-content/uploads/2024/09/4-300x169.png" data-large-file="https://inero-software.com/wp-content/uploads/2024/09/4-1030x579.png" tabindex="0" role="button" class=" wp-image-6093 aligncenter" src="https://inero-software.com/wp-content/uploads/2024/09/4-300x169.png" alt="" width="744" height="419" srcset="https://inero-software.com/wp-content/uploads/2024/09/4-300x169.png 300w, https://inero-software.com/wp-content/uploads/2024/09/4-1030x579.png 1030w, https://inero-software.com/wp-content/uploads/2024/09/4-768x432.png 768w, https://inero-software.com/wp-content/uploads/2024/09/4-1536x864.png 1536w, https://inero-software.com/wp-content/uploads/2024/09/4-533x300.png 533w, https://inero-software.com/wp-content/uploads/2024/09/4.png 1920w" sizes="(max-width: 744px) 100vw, 744px" /></p>
<p><span style="font-weight: 400;">Now go to the Keycloak admin console. In the realm, navigate to </span><b>Identity Providers</b><span style="font-weight: 400;"> from the left menu. From the </span><b>Add provider</b><span style="font-weight: 400;"> dropdown, select </span><b>GitHub</b><span style="font-weight: 400;">.</span></p>
<p><img loading="lazy" decoding="async" data-attachment-id="6092" data-permalink="https://inero-software.com/keycloak-integration-guide-enabling-social-login-with-multiple-platforms-like-google/3-10/" data-orig-file="https://inero-software.com/wp-content/uploads/2024/09/3.png" data-orig-size="1305,1080" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="3" data-image-description="" data-image-caption="" data-medium-file="https://inero-software.com/wp-content/uploads/2024/09/3-300x248.png" data-large-file="https://inero-software.com/wp-content/uploads/2024/09/3-1030x852.png" tabindex="0" role="button" class=" wp-image-6092 aligncenter" src="https://inero-software.com/wp-content/uploads/2024/09/3-300x248.png" alt="" width="709" height="586" srcset="https://inero-software.com/wp-content/uploads/2024/09/3-300x248.png 300w, https://inero-software.com/wp-content/uploads/2024/09/3-1030x852.png 1030w, https://inero-software.com/wp-content/uploads/2024/09/3-768x636.png 768w, https://inero-software.com/wp-content/uploads/2024/09/3-363x300.png 363w, https://inero-software.com/wp-content/uploads/2024/09/3.png 1305w" sizes="(max-width: 709px) 100vw, 709px" /></p>
<p><span style="font-weight: 400;">Paste the </span><b>Client ID and Client Secret</b><span style="font-weight: 400;"> you received from GitHub. If needed, select additional options, such as storing the tokens issued by the provider (for example, for making further calls to resources that accept this token), automatically verifying email addresses, or initiating a specific authentication flow after successful login. After enabling the social provider in the console, the login page should look like this:</span></p>
<p><img loading="lazy" decoding="async" data-attachment-id="6095" data-permalink="https://inero-software.com/keycloak-integration-guide-enabling-social-login-with-multiple-platforms-like-google/6-4/" data-orig-file="https://inero-software.com/wp-content/uploads/2024/09/6.png" data-orig-size="1147,1080" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="6" data-image-description="" data-image-caption="" data-medium-file="https://inero-software.com/wp-content/uploads/2024/09/6-300x282.png" data-large-file="https://inero-software.com/wp-content/uploads/2024/09/6-1030x970.png" tabindex="0" role="button" class="alignnone wp-image-6095 aligncenter" src="https://inero-software.com/wp-content/uploads/2024/09/6-300x282.png" alt="" width="586" height="551" srcset="https://inero-software.com/wp-content/uploads/2024/09/6-300x282.png 300w, https://inero-software.com/wp-content/uploads/2024/09/6-1030x970.png 1030w, https://inero-software.com/wp-content/uploads/2024/09/6-768x723.png 768w, https://inero-software.com/wp-content/uploads/2024/09/6-319x300.png 319w, https://inero-software.com/wp-content/uploads/2024/09/6.png 1147w" sizes="(max-width: 586px) 100vw, 586px" /></p>
<p><span style="font-weight: 400;">After clicking the GitHub button we should see a standard OAuth authorization request (this way social providers like GitHub can mark this app as a verified one and automatically allow your further login attempts).</span></p>
<p><img loading="lazy" decoding="async" data-attachment-id="6091" data-permalink="https://inero-software.com/keycloak-integration-guide-enabling-social-login-with-multiple-platforms-like-google/2-11/" data-orig-file="https://inero-software.com/wp-content/uploads/2024/09/2.png" data-orig-size="1297,1080" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="2" data-image-description="" data-image-caption="" data-medium-file="https://inero-software.com/wp-content/uploads/2024/09/2-300x250.png" data-large-file="https://inero-software.com/wp-content/uploads/2024/09/2-1030x858.png" tabindex="0" role="button" class="wp-image-6091 aligncenter" src="https://inero-software.com/wp-content/uploads/2024/09/2-300x250.png" alt="" width="691" height="576" srcset="https://inero-software.com/wp-content/uploads/2024/09/2-300x250.png 300w, https://inero-software.com/wp-content/uploads/2024/09/2-1030x858.png 1030w, https://inero-software.com/wp-content/uploads/2024/09/2-768x640.png 768w, https://inero-software.com/wp-content/uploads/2024/09/2-360x300.png 360w, https://inero-software.com/wp-content/uploads/2024/09/2-480x400.png 480w, https://inero-software.com/wp-content/uploads/2024/09/2.png 1297w" sizes="(max-width: 691px) 100vw, 691px" /></p>
<p><span style="font-weight: 400;">After approving the authorization, we should be redirected to the application.</span></p>
<p><img loading="lazy" decoding="async" data-attachment-id="6090" data-permalink="https://inero-software.com/keycloak-integration-guide-enabling-social-login-with-multiple-platforms-like-google/1-11/" data-orig-file="https://inero-software.com/wp-content/uploads/2024/09/1.png" data-orig-size="1473,1080" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="1" data-image-description="" data-image-caption="" data-medium-file="https://inero-software.com/wp-content/uploads/2024/09/1-300x220.png" data-large-file="https://inero-software.com/wp-content/uploads/2024/09/1-1030x755.png" tabindex="0" role="button" class="wp-image-6090 aligncenter" src="https://inero-software.com/wp-content/uploads/2024/09/1-300x220.png" alt="" width="633" height="464" srcset="https://inero-software.com/wp-content/uploads/2024/09/1-300x220.png 300w, https://inero-software.com/wp-content/uploads/2024/09/1-1030x755.png 1030w, https://inero-software.com/wp-content/uploads/2024/09/1-768x563.png 768w, https://inero-software.com/wp-content/uploads/2024/09/1-409x300.png 409w, https://inero-software.com/wp-content/uploads/2024/09/1.png 1473w" sizes="(max-width: 633px) 100vw, 633px" /></p>
<h3><b>Conclusion</b></h3>
<p><span style="font-weight: 400;">We walked through the entire process of registering an identity provider in Keycloak, and as you can see, it is quite simple. It’s also a great starting point for further learning OAuth protocol features, handling custom identity providers or providing Single Sign-On (SSO) solutions, which we will possibly explore in the next posts.</span></p>
<p><span style="font-weight: 400;">This approach not only simplifies the registration process and enhances security but also provides a consistent and manageable way to connect with various platforms. Although each provider may have specific configuration nuances, the overall setup process remains straightforward and largely similar across different websites. By reducing the barriers to entry for users and handling authentication efficiently and in a modern way, Keycloak enables a smoother and more secure user experience.</span></p>
<p><a href="https://inero-software.com/contact-us/"><img loading="lazy" decoding="async" data-attachment-id="6110" data-permalink="https://inero-software.com/keycloak-integration-guide-enabling-social-login-with-multiple-platforms-like-google/banery-11092024/" data-orig-file="https://inero-software.com/wp-content/uploads/2024/09/banery-11092024.png" data-orig-size="1200,100" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="banery 11092024" data-image-description="" data-image-caption="" data-medium-file="https://inero-software.com/wp-content/uploads/2024/09/banery-11092024-300x25.png" data-large-file="https://inero-software.com/wp-content/uploads/2024/09/banery-11092024-1030x86.png" tabindex="0" role="button" class="alignnone wp-image-6110 size-full" src="https://inero-software.com/wp-content/uploads/2024/09/banery-11092024.png" alt="" width="1200" height="100" srcset="https://inero-software.com/wp-content/uploads/2024/09/banery-11092024.png 1200w, https://inero-software.com/wp-content/uploads/2024/09/banery-11092024-300x25.png 300w, https://inero-software.com/wp-content/uploads/2024/09/banery-11092024-1030x86.png 1030w, https://inero-software.com/wp-content/uploads/2024/09/banery-11092024-768x64.png 768w" sizes="(max-width: 1200px) 100vw, 1200px" /></a></p>
<p></p></div><div class="col-sm-1"></div></div>
<p>Artykuł <a href="https://inero-software.com/keycloak-integration-guide-enabling-social-login-with-multiple-platforms-like-google/">Keycloak Integration Guide: Enabling Social Login with Multiple Platforms like Google</a> pochodzi z serwisu <a href="https://inero-software.com">Inero Software - Software Consulting</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6089</post-id>	</item>
	</channel>
</rss>
