Azure B2C Crendential Limits

Christopher Pateman 21 Reputation points
2021-10-22T08:14:31.043+00:00

We have hit some issues when trying to add more secrets to a Azure Application. We cannot see any settings nor documentation on this and how to resolve.:

142830-capture.png

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,655 questions
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,652 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,565 questions
0 comments No comments
{count} votes

Accepted answer
  1. AmanpreetSingh-MSFT 56,311 Reputation points
    2021-10-22T09:16:01.693+00:00

    Hi @Christopher Pateman • Thank you for reaching out.

    This is expected in case of applications with Live SDK enabled, which means when the "signInAudience" parameter in the App Manifest is "AzureADandPersonalMicrosoftAccount"

    The signInAudience parameter depends on which of the following options you select when registering an application:

    • Accounts in this organizational directory only (AMSIN B2C onlySingle tenant) sets signInAudience as AzureADMyOrg.
    • Accounts in any organizational directory (Any Azure AD directory – Multitenant) sets signInAudience as AzureADMultipleOrgs.

    With these two options, there is no limit specifically on how many secrets can be created and a global limit of 1000 items across all the collection properties on the app object applies.

    • Accounts in any identity provider or organizational directory (for authenticating users with user flows) sets signInAudience as AzureADandPersonalMicrosoftAccount

    When you select this option, maximum of two client secrets can be created for the application.

    Read more: Validation differences by supported account types (signInAudience)

    -----------------------------------------------------------------------------------------------------------

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.


0 additional answers

Sort by: Most helpful