<?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[Registering a user to other applications during registration]]></title><description><![CDATA[<p dir="auto">Is there an "automatic" way to register a user to a different application, say, a mobile app, when they register for, say, a web app? Or do we have to do that at the application level using an API?</p>
]]></description><link>https://fusionauth.io/community/forum/topic/238/registering-a-user-to-other-applications-during-registration</link><generator>RSS for Node</generator><lastBuildDate>Thu, 10 Sep 2026 19:06:40 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/238.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 20 Jul 2020 16:25:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Registering a user to other applications during registration on Mon, 21 Sep 2020 23:19:42 GMT]]></title><description><![CDATA[<p dir="auto">Well, I'd just call the 'create registration' API from the server three times after a user had successfully registered on your custom page: <a href="https://fusionauth.io/docs/v1/tech/apis/registrations#create-a-user-registration-for-an-existing-user" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/apis/registrations#create-a-user-registration-for-an-existing-user</a></p>
<p dir="auto">Does that make sense, or do I misunderstand your question?</p>
]]></description><link>https://fusionauth.io/community/forum/post/1226</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/1226</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Mon, 21 Sep 2020 23:19:42 GMT</pubDate></item><item><title><![CDATA[Reply to Registering a user to other applications during registration on Mon, 21 Sep 2020 05:49:03 GMT]]></title><description><![CDATA[<p dir="auto">so you mean , every time on registration form info would go to 3 applications and also to Fusionauth?</p>
]]></description><link>https://fusionauth.io/community/forum/post/1211</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/1211</guid><dc:creator><![CDATA[ashutosh]]></dc:creator><pubDate>Mon, 21 Sep 2020 05:49:03 GMT</pubDate></item><item><title><![CDATA[Reply to Registering a user to other applications during registration on Sat, 19 Sep 2020 15:05:20 GMT]]></title><description><![CDATA[<p dir="auto">Ah, great, that's the way I'd do it, then. Unless I missing something that would cause that to be a non-optimal solution.</p>
]]></description><link>https://fusionauth.io/community/forum/post/1202</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/1202</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Sat, 19 Sep 2020 15:05:20 GMT</pubDate></item><item><title><![CDATA[Reply to Registering a user to other applications during registration on Sat, 19 Sep 2020 06:32:29 GMT]]></title><description><![CDATA[<p dir="auto">yes we can , hit API 3 times</p>
]]></description><link>https://fusionauth.io/community/forum/post/1200</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/1200</guid><dc:creator><![CDATA[ashutosh]]></dc:creator><pubDate>Sat, 19 Sep 2020 06:32:29 GMT</pubDate></item><item><title><![CDATA[Reply to Registering a user to other applications during registration on Fri, 18 Sep 2020 23:07:54 GMT]]></title><description><![CDATA[<p dir="auto">Since you are building your own registration form, can you just call the register API three times, once for each application?</p>
]]></description><link>https://fusionauth.io/community/forum/post/1197</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/1197</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Fri, 18 Sep 2020 23:07:54 GMT</pubDate></item><item><title><![CDATA[Reply to Registering a user to other applications during registration on Fri, 18 Sep 2020 05:44:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/20">@dan</a> said in <a href="/community/forum/post/1173">Registering a user to other applications during registration</a>:</p>
<p dir="auto">You are right, yes I want if a person register at any of <a href="http://appA.com" rel="nofollow ugc">appA.com</a> <a href="http://appB.com" rel="nofollow ugc">appB.com</a> or <a href="http://appC.com" rel="nofollow ugc">appC.com</a> they should be able to login.</p>
<p dir="auto">Nothing has been implemented yet.  Currently all three applications have their own sign-in/Reg flow where we save each user to respective app db. with SSO wish to give cross application access depending on type of user.</p>
<p dir="auto">We wish to use own registration form.</p>
]]></description><link>https://fusionauth.io/community/forum/post/1188</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/1188</guid><dc:creator><![CDATA[ashutosh]]></dc:creator><pubDate>Fri, 18 Sep 2020 05:44:59 GMT</pubDate></item><item><title><![CDATA[Reply to Registering a user to other applications during registration on Thu, 17 Sep 2020 13:34:51 GMT]]></title><description><![CDATA[<p dir="auto">It sounds like you have this situation:</p>
<ul>
<li><code>appA.com</code> has FusionAuth application A</li>
<li><code>appB.com</code> has FusionAuth application B</li>
<li><code>appC.com</code> has FusionAuth application C</li>
</ul>
<p dir="auto">And you want someone to be able to register at <code>appA.com</code> and be able to log into <code>appB.com</code> and <code>appC.com</code> as well. Is that correct?</p>
<p dir="auto">Are you using the FusionAuth self registration (either basic or advanced registration forms)? Or are you building your own registration from and calling the registration API?</p>
]]></description><link>https://fusionauth.io/community/forum/post/1173</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/1173</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Thu, 17 Sep 2020 13:34:51 GMT</pubDate></item><item><title><![CDATA[Reply to Registering a user to other applications during registration on Thu, 17 Sep 2020 06:55:01 GMT]]></title><description><![CDATA[<p dir="auto">Hi Den,<br />
we have 3 diffrent domains and trying to impliment fusionauth,  but we are not understanding how registrations will work?<br />
and everywhere i am trying to find out with SSO, it talks about  process after userlogin , but nowhere i could see anything about registrations?<br />
Can you throw some light on this ? where will my users register for all 3 applications sitting on 3 different domains and how does fusionauth authenticate if it will not register?<br />
I thought fusionauth will handle both processes, from same page.</p>
<p dir="auto">Regards,<br />
Ashutosh</p>
]]></description><link>https://fusionauth.io/community/forum/post/1171</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/1171</guid><dc:creator><![CDATA[ashutosh]]></dc:creator><pubDate>Thu, 17 Sep 2020 06:55:01 GMT</pubDate></item><item><title><![CDATA[Reply to Registering a user to other applications during registration on Mon, 20 Jul 2020 20:58:17 GMT]]></title><description><![CDATA[<p dir="auto">That makes sense. Thanks <a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/20">@dan</a>!</p>
]]></description><link>https://fusionauth.io/community/forum/post/628</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/628</guid><dc:creator><![CDATA[ashok]]></dc:creator><pubDate>Mon, 20 Jul 2020 20:58:17 GMT</pubDate></item><item><title><![CDATA[Reply to Registering a user to other applications during registration on Mon, 20 Jul 2020 17:43:20 GMT]]></title><description><![CDATA[<p dir="auto">Hiya,</p>
<p dir="auto">There's no built in way to register someone with two applications. You could, as you mention, use the API. If I were going to do this, I'd listen for a webhook signaling completion of the web app registration (the <code>user.registration.create</code> event) and then add the mobile app registration using the registration API.</p>
<p dir="auto">Links which may be helpful:</p>
<ul>
<li><a href="https://fusionauth.io/docs/v1/tech/apis/registrations#create-a-user-registration-for-an-existing-user" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/apis/registrations#create-a-user-registration-for-an-existing-user</a></li>
<li><a href="https://fusionauth.io/docs/v1/tech/events-webhooks/" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/events-webhooks/</a></li>
</ul>
<p dir="auto">An alternative would be to not use the FusionAuth OAuth themed pages at all, and drive everything via API, including the initial registration.</p>
]]></description><link>https://fusionauth.io/community/forum/post/625</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/625</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Mon, 20 Jul 2020 17:43:20 GMT</pubDate></item></channel></rss>