hashicorp / terraform-provider-azuread

Terraform provider for Azure Active Directory
https://registry.terraform.io/providers/hashicorp/azuread/latest/docs
Mozilla Public License 2.0
432 stars 300 forks source link

New resource to manage policy keys for Trust Framework #715

Open rmihael opened 2 years ago

rmihael commented 2 years ago

Community Note

Description

Custom policies in Azure AD B2C require at least two policy keys defined under the "Identity Experience Framework" section in the B2C configuration in the portal. Currently, there is no way to define these resources with Terraform.

New or Affected Resource(s)

Potential Terraform Configuration

References

manicminer commented 2 years ago

Hi @rmihael, not at the moment but it is on our roadmap for the AzureAD provider. Would you mind reformatting your original message using our feature request template and we can use this issue to track that feature. Thanks!

rmihael commented 2 years ago

@manicminer, thank you for your reply. I updated the issue according to the feature request template. However, I do not feel qualified enough in Terraform and AD to suggest the potential configuration sample.

manicminer commented 2 years ago

@rmihael Thanks! No worries, the schema will probably need some working out anyway based on what the API offers.

phenixdotnet commented 2 years ago

Hi @manicminer

This new resource need to be added to hamilton sdk too and will use the MSGraph beta API. If this isn't a problem for you I'm ready to have a look at it and submit required PRs :)

marty-buly commented 2 years ago

Any update of when we can potentially expect this feature?

Cpcrook commented 1 year ago

Another year later and I, too, would appreciate this feature.