hashicorp / terraform-provider-azuread

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

Support for Entra External ID (CIAM) #1263

Open gjoshevski opened 9 months ago

gjoshevski commented 9 months ago

Community Note

Description

Add support for Entra External ID. https://learn.microsoft.com/en-us/entra/external-id/customers/overview-customers-ciam

Pieeer1 commented 1 month ago

This will require the user impersonation scope.

https://learn.microsoft.com/en-us/rest/api/activedirectory/ciam-tenants/create?view=rest-activedirectory-2023-05-17-preview&tabs=HTTP

This may be good to include some functionality to either pass in an existing bearer token to allow for autonomous runs on the cloud with "delegated" access.

(Edit): I am doing some related work here. I may post a PR if I can get it to function as intended.

(Edit2): Progress: image