Azure B2C PowerShell

Datta Pawar 41 Reputation points
2020-04-15T14:01:57.377+00:00

I am looking for some help to automate the Azure B2C application registration, create user flows, update application properties etc. using ARM template or Powershell. There is hardly any document over Microsoft web site.

Need some pointers to automate the B2C stuff.

Azure Active Directory External Identities
0 comments No comments
{count} vote

2 answers

Sort by: Most helpful
  1. AmanpreetSingh-MSFT 55,541 Reputation points
    2020-04-15T18:23:52.273+00:00

    @Datta Pawar If you want to automate B2C features you may consider using Graph API for that purpose as well. You can refer to the graph calls available in the docs below:

    At this time PowerShell cmdlets are available for custom policies only.

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

    Please "Accept as answer" wherever the information provided helps you to help others in the community.

    2 people found this answer helpful.
    0 comments No comments

  2. AmanpreetSingh-MSFT 55,541 Reputation points
    2020-04-15T16:07:03.237+00:00

    @Datta Pawar PowerShell cmdlets to update or register B2C applications is not yet available. Currently via PowerShell, we support managing custom policies only as documented here: https://learn.microsoft.com/en-us/azure/active-directory-b2c/manage-custom-policies-powershell

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

    Please "Accept as answer" wherever the information provided helps you to help others in the community.