Create Account button on Sign-In Page
Hey,
I trying to build flow when every user will be automatically added to it's own organization.
For that I disabled sign-up button on sing-in page in application settings and instead managing sigup manually using is_create_org and org_name url parameters.
It works fine, however I found the gap in this flow:
If user go to sign-in page and will try to autorize with google account while it's not registered yet, he will get screen with account not found, do you want to create account?
If client will cliick "create account" button he will be created without organization as he will bypass my flow.
How I can fix it? Or maybe there is a better way to achieve goal when every user after sign-up will be assigned to new org?
I using non-sdk approch
4 Replies
Hello, @Maxim
I understand you’ve designed a custom-coded solution to automatically assign users to an organization upon sign-up via your custom form and setup process. For this workflow, you provide two parameters that enable assigning users to an existing organization in Kinde. If you’re interested, the Scale plan allows you to configure organizational policies that automatically add users to an organization upon sign-up based on their email domain (e.g., gmail.com, outlook.com). Regarding the Google SSO issue Am I correct in understanding that you want users who register via Google SSO to be assigned to an organization after their registration with their Google Account? While not required, a screen recording of the process you described would be helpful for troubleshooting. Please let me know if you can share this. I look forward to your confirmation.
I understand you’ve designed a custom-coded solution to automatically assign users to an organization upon sign-up via your custom form and setup process. For this workflow, you provide two parameters that enable assigning users to an existing organization in Kinde. If you’re interested, the Scale plan allows you to configure organizational policies that automatically add users to an organization upon sign-up based on their email domain (e.g., gmail.com, outlook.com). Regarding the Google SSO issue Am I correct in understanding that you want users who register via Google SSO to be assigned to an organization after their registration with their Google Account? While not required, a screen recording of the process you described would be helpful for troubleshooting. Please let me know if you can share this. I look forward to your confirmation.
Hey,
My flow is not to assign users to existing organizations on sigh-up, instead I want that new organization will be created automatically for every user after sign-up
Here is a recording which ilustrates the issue: https://app.screencastify.com/v3/watch/dw6Vo4mz0awEsuAOH1Wj
As we see from video if user goes via register screen to sign-up then org is created automaticaly as we need.
But if user goes via sign-in flow and try to use Google account which wasn't registered yet he will see create account button.
If client will user this create account button then user will be created but without org as flow went not via our register flow where we send is_create_org argument
@Maxim
I understand the issue and will look into this to resolve it.
Rest assured, we’ll provide an update soon.
Thank you for bringing this matter to our attention. I wanted to provide a quick update: our team has confirmed that resolving this issue is currently prioritized in our product backlog. While we don’t have an immediate timeline for implementation, this is already something that is being addressed by the development team.
In the meantime, for your case and a minor suggestion, remember to make sure “Show ‘No account? Create one’ on sign-in page” toggle is enabled in your application settings. This will direct users to the registration flow and may address the current experience gaps.
If you have more questions about this update. Let me know.