How to get "identity_provider_id" for google workspace Login

Complete this information in order to ask your question.

Have you searched for an answer?
yes

Please share your search results url:

When you tested your domain using the [Cloudflare Diagnostic Center]
, what were the results?

Describe the issue you are having:

I am using terraform to create the tunnel and policy , I want to provide “identity_provider_id” to update in access groups.

resource “cloudflare_access_group” “access-staging-web-all” {
zone_id = var.cloudflare_zone_id
name = “access-staging-web-all”
include {
gsuite {
email = [“[email protected]”]
identity_provider_id = “xxxxxxxxxxxx”
}
}
}

What error message or number are you receiving?

│ Error: error updating Access Group for ID “c2356121-0c52-45a3-b146-0036de367d95”: HTTP status 400: t: failed to load group (12130)

What steps have you taken to resolve the issue?

What is the domain name?

xxx

Was the site working with SSL prior to adding it to Cloudflare?

What are the steps to reproduce the error:

Have you tried from another browser and/or incognito mode?

Please attach a screenshot of the error:

You missed that out. Plus most of the other fields.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.