Azure API Management Identity Provider Aadb2c

This page shows how to write Terraform and Azure Resource Manager for API Management Identity Provider Aadb2c and write them securely.

azurerm_api_management_identity_provider_aadb2c (Terraform)

The Identity Provider Aadb2c in API Management can be configured in Terraform with the resource name azurerm_api_management_identity_provider_aadb2c. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Review your Terraform file for Azure best practices

Shisho Cloud, our free checker to make sure your Terraform configuration follows best practices, is available (beta).

Parameters

Explanation in Terraform Registry

Manages an API Management Azure AD B2C Identity Provider.

Microsoft.ApiManagement/service/identityProviders (Azure Resource Manager)

The service/identityProviders in Microsoft.ApiManagement can be configured in Azure Resource Manager with the resource name Microsoft.ApiManagement/service/identityProviders. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Parameters

  • apiVersion required - string
  • name required - string

    Identity Provider Type identifier.

  • properties required
      • allowedTenants optional - array

        List of Allowed Tenants when configuring Azure Active Directory login.

      • authority optional - string

        OpenID Connect discovery endpoint hostname for AAD or AAD B2C.

      • clientId required - string

        Client Id of the Application in the external Identity Provider. It is App ID for Facebook login, Client ID for Google login, App ID for Microsoft.

      • clientSecret required - string

        Client secret of the Application in external Identity Provider, used to authenticate login request. For example, it is App Secret for Facebook login, API Key for Google login, Public Key for Microsoft. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value.

      • passwordResetPolicyName optional - string

        Password Reset Policy Name. Only applies to AAD B2C Identity Provider.

      • profileEditingPolicyName optional - string

        Profile Editing Policy Name. Only applies to AAD B2C Identity Provider.

      • signinPolicyName optional - string

        Signin Policy Name. Only applies to AAD B2C Identity Provider.

      • signinTenant optional - string

        The TenantId to use instead of Common when logging into Active Directory

      • signupPolicyName optional - string

        Signup Policy Name. Only applies to AAD B2C Identity Provider.

      • type optional - string

        Identity Provider Type identifier.

  • type required - string

Frequently asked questions

What is Azure API Management Identity Provider Aadb2c?

Azure API Management Identity Provider Aadb2c is a resource for API Management of Microsoft Azure. Settings can be wrote in Terraform.