So I have added B2C to my app and everytime someone logs in for the first time through B2C they are sent to an appfarm page saying they need to provide a code sent to their email. How to disable this extra level of security.
Hi Haider,
I understand that this might not be ideal for your B2C app, and it is possible to improve this. You can change the default landing page for your users by:
- Accessing the Login Config from the left-hand menu, or
- Setting up a custom login app tailored to your needs
For more detailed instructions, check out our documentation on login and configuration.
I’d love to know if this helps resolve your issue, or if you’ve already tried configuring these settings. Feel free to reach out with any questions!
Nikoline
Hi,
Just a quick additional comment: The code verification for new users only applies for email addresses that already have an Appfarm account. For these existing Appfarm accounts, we have an extra layer of security in order to verify it is really your account.
There are good reasons for this, so that validation cannot be removed: that would open up the possibility for hackers to create fake third-party auth providers and “authorize any account”.