<?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/"
	>

<channel>
	<title>OAuth Demo Google &gt; Metasys Software Pvt Ltd.</title>
	<atom:link href="https://www.metasyssoftware.com/tag/oauth-demo-google/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.metasyssoftware.com</link>
	<description>Unique People, Unique Solutions</description>
	<lastBuildDate>Wed, 30 Apr 2025 10:36:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.metasyssoftware.com/wp-content/uploads/2023/10/metasys-svg-.png</url>
	<title>OAuth Demo Google &gt; Metasys Software Pvt Ltd.</title>
	<link>https://www.metasyssoftware.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Implementing OAuth in Custom FileMaker Application</title>
		<link>https://www.metasyssoftware.com/filemaker/implementing-oauth-custom-filemaker-application/</link>
					<comments>https://www.metasyssoftware.com/filemaker/implementing-oauth-custom-filemaker-application/#respond</comments>
		
		<dc:creator><![CDATA[meta_prasad]]></dc:creator>
		<pubDate>Sun, 15 Apr 2018 23:48:37 +0000</pubDate>
				<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[FileMaker Server]]></category>
		<category><![CDATA[FileMaker Cloud]]></category>
		<category><![CDATA[OAuth Demo Amazon]]></category>
		<category><![CDATA[OAuth Demo Google]]></category>
		<category><![CDATA[OAuth Demo Microsoft Azure]]></category>
		<guid isPermaLink="false">http://stage.metasyssoftware.com/?p=2000</guid>

					<description><![CDATA[<p>This article is a continuation of the FileMaker OAuth 2.0 Authentication  Here we will show you how OAuth works with [&#8230;]</p>
The post <a href="https://www.metasyssoftware.com/filemaker/implementing-oauth-custom-filemaker-application/">Implementing OAuth in Custom FileMaker Application</a> appeared first on <a href="https://www.metasyssoftware.com">Metasys Software Pvt Ltd.</a>.]]></description>
										<content:encoded><![CDATA[<div id="fm-blog">
<p>This article is a continuation of the <a href="https://www.metasyssoftware.com/blogs/filemakerfilemaker-oauth-2-0-authentication">FileMaker OAuth 2.0 Authentication</a>  Here we will show you how OAuth works with some sample code and how it can be used to log on to Custom FileMaker application.Steps Involved-</p>
<ol>
<li>Configure FileMaker Server / Cloud</li>
<li>Create Application and configure it on provider’s account</li>
<li>Set up Groups or Accounts in FileMaker file</li>
</ol>
<h2><strong>1. Configure FileMaker Server / Cloud</strong></h2>
<p>The first step to use OAuth is to enable External Authentication on FileMaker Server/Cloud.</p>
<p><strong>Enabling EA on FileMaker Server:</strong> First, you need to login to Admin Console of FileMaker Server and then you can go to <strong>Database Server&gt;&gt;Security</strong> and in <strong>Client Authentication</strong> area select <strong>FileMaker and External Server Accounts </strong>and then enable the OAuth Providers.</p>
<p><img decoding="async" class="wp-image-427  aligncenter" title="Enabling EA on FileMaker Server " src="https://www.metasyssoftware.com/wp-content/uploads/2022/07/Implementing_OAuth_in_Custom_1.png" alt="Enabling EA on FileMaker Server article 2 image 1"/></p>
<p><strong>Enabling EA on FileMaker Cloud:</strong> In this case, you need to login to Admin Console of FileMaker Cloud and then you can go to <strong>Configuration&gt;&gt; Client Authentication</strong>, and from there you can enable OAuth Identity Providers.</p>
<p><img decoding="async" class="wp-image-428  aligncenter" title="Enabling EA on FileMaker Cloud article 2 image 2" src="https://www.metasyssoftware.com/wp-content/uploads/2022/07/Implementing_OAuth_in_Custom_2.png" alt="Enabling EA on FileMaker Cloud article 2 image 2"/></p>
<h2><strong>2. Create Application and configure it on provider’s account</strong></h2>
<p>Now that we have enabled OAuth Authentication next we have to Create OAuth Client ID Credentials on provider’s account.</p>
<h3><strong>Amazon</strong></h3>
<ul>
<li>Sign up at- https://login.amazon.com/manageApps</li>
<li>Create OAuth Client ID Credential</li>
<li>Set Allowed/Authorized Return URLs (https://FullyQualifiedDomain/oauth/redirect)<br />
in our case FQD: https://metasys.fmi.filemaker-cloud.com</li>
<li>Copy Client ID and Client secret into FileMaker Server / Cloud</li>
<li>Set up Accounts in FileMaker file</li>
</ul>
<p><img fetchpriority="high" decoding="async" class="wp-image-429 size-full aligncenter" title="Creating OAuth on Amazon article 2 image 3.png" src="https://www.metasyssoftware.com/wp-content/uploads/2022/07/Implementing_OAuth_in_Custom_3.png" alt="Creating OAuth on Amazon article 2 image 3.png" width="1009" height="728"/></p>
<p><img decoding="async" class="alignnone wp-image-430 size-full" title="FileMaker Cloud article 2 image 4" src="https://www.metasyssoftware.com/wp-content/uploads/2022/07/Implementing_OAuth_in_Custom_4.png" alt="FileMaker Cloud article 2 image 4" width="1248" height="621" /></p>
<p><img decoding="async" class="alignnone wp-image-431 size-full" title="Manage security" src="https://www.metasyssoftware.com/wp-content/uploads/2022/07/Implementing_OAuth_in_Custom_5.jpg" alt="Manage security" width="602" height="436" /></p>
<h3><strong>Google</strong></h3>
<ul>
<li>Sign up at- https://console.developers.google.com</li>
<li>Create OAuth client ID Credential</li>
<li>Set Allowed/Authorized Return URLs (https://FullyQualifiedDomain/oauth/redirect)<br />
in our case FQD: https://metasys.fmi.filemaker-cloud.com</li>
<li>Copy Client ID, Client secret into FileMaker Server / Cloud</li>
<li>Set up Accounts in FileMaker file</li>
</ul>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-432 size-full" title="Creating OAuth on Google article 2 image 6" src="https://www.metasyssoftware.com/wp-content/uploads/2022/07/Implementing_OAuth_in_Custom_6.png" alt="Creating OAuth on Google article 2 image 6" width="793" height="518" /></p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-433 size-full" title="FileMaker Cloud " src="https://www.metasyssoftware.com/wp-content/uploads/2022/07/Implementing_OAuth_in_Custom_7.png" alt="FileMaker Cloud " width="1253" height="609" /></p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-434 size-full" title="Managing Contacts " src="https://www.metasyssoftware.com/wp-content/uploads/2022/07/Implementing_OAuth_in_Custom_8.jpg" alt="Managing Contacts " width="602" height="331" /></p>
<h3><strong>Microsoft Azure</strong></h3>
<ul>
<li>Sign up at- https://portal.azure.com</li>
<li>Create OAuth client ID Credential</li>
<li>Set Allowed/Authorized Return URLs (https://FullyQualifiedDomain/oauth/redirect)<br />
in our case FQD: https://metasys.fmi.filemaker-cloud.com</li>
<li>Copy Client ID, Client secret and Tenant ID into FileMaker Server / Cloud</li>
<li>Set up Accounts in FileMaker file</li>
</ul>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-435 size-full" title="Creating OAuth on Microsoft Azure image 9" src="https://www.metasyssoftware.com/wp-content/uploads/2022/07/Implementing_OAuth_in_Custom_9.png" alt="Creating OAuth on Microsoft Azure image 9" width="740" height="550" /></p>
<p>&nbsp;</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-437 size-full" src="https://www.metasyssoftware.com/wp-content/uploads/2022/07/Implementing_OAuth_in_Custom_10.jpg" alt="Manage security Image 2" width="686" height="273" /></p>
<p><strong>With Azure, we can also configure to log in with group</strong></p>
<ul>
<li>Create Group in Azure Active Directory</li>
<li>Add User to the GroupEnable Group Authentication in Application manifest (set &#8220;group membership claims&#8221;: &#8220;SecurityGroup&#8221;)</li>
</ul>
</div>The post <a href="https://www.metasyssoftware.com/filemaker/implementing-oauth-custom-filemaker-application/">Implementing OAuth in Custom FileMaker Application</a> appeared first on <a href="https://www.metasyssoftware.com">Metasys Software Pvt Ltd.</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.metasyssoftware.com/filemaker/implementing-oauth-custom-filemaker-application/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
