You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following example requires Cloudflare provider version `>=4.40.0`.
147
147
:::
148
148
149
-
1. Add the following permission to your [`cloudflare_api_token`](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/resources/api_token):
149
+
1. Add the following permission to your [`cloudflare_api_token`](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/resources/api_token):
150
+
-`Access: Organizations, Identity Providers, and Groups Write`
150
151
151
-
-`Access: Organizations, Identity Providers, and Groups Write`
152
+
2. Configure the [`cloudflare_zero_trust_access_identity_provider`](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/resources/zero_trust_access_identity_provider) resource:
152
153
153
-
2. Configure the [`cloudflare_zero_trust_access_identity_provider`](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/resources/zero_trust_access_identity_provider) resource:
154
-
155
-
<Renderfile="access/entra-id-terraform" />
154
+
<Renderfile="access/entra-id-terraform" />
156
155
157
156
</TabItem> </Tabs>
158
157
@@ -186,7 +185,7 @@ The Microsoft Entra ID integration allows you to synchronize IdP groups and auto
@@ -278,8 +277,8 @@ You can require users to re-enter their credentials into Entra ID whenever they
278
277
2.[Update the Entra ID identity provider](/api/resources/zero_trust/subresources/identity_providers/methods/update/) using a `PUT` request. In the request body, include all existing configurations and set the `prompt` parameter to either `login` or `select_account`. For example,
0 commit comments