application register under "Accounts in this organizational directory only (Compny Group only) Single and multiple tenant " not considered it as B2C application

Sultan Dilawar Ali 1 Reputation point
2021-02-17T14:24:04.283+00:00

i am trying to make new application in the Azure Ad B2C but when i make application using blow Supported account types
Accounts in this organizational directory only (CompnyGroup only - Single tenant)
Accounts in any organizational directory (Any Azure AD directory – Multitenant)

it do not considered it as a B2C application and give me following error

69060-screenshot-2021-02-17-at-31654-pm.png

i am 100% sure that i am registering application in Azure Ad B2C

But when i used Accounts in any identity provider or organizational directory (for authenticating users with user flows)
it works with all same configuration
i can signIn and signUp all working

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,639 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,465 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Marilee Turscak-MSFT 33,801 Reputation points Microsoft Employee
    2021-02-17T22:54:19.987+00:00

    The documentation mentions that if you're using user flows then it needs to be "Accounts in any identity provider or organizational directory." This option is required to be able to run Azure AD B2C user flows to authenticate users. You can also use this option to use Azure AD B2C as a SAML service provider.

    Can you please share a screenshot of your app registration configuration?

    1 person found this answer helpful.

  2. Sultan Dilawar Ali 1 Reputation point
    2021-02-18T13:01:16.043+00:00

    Thanks for the response. basically i am trying to use the custom policies in a react-native application, if we see the doc, it is required to use the application under Accounts in this organizational directory only. so, that is why i need to use it

    i am using using this lib for react-native application

    app registration configuration screen shot can be found below
    69547-screenshot-2021-02-18-at-12143-pm.png

    0 comments No comments