This commit is contained in:
@@ -245,7 +245,7 @@ resource "cloudflare_zero_trust_access_group" "saml_groups" {
|
||||
|
||||
include = [{
|
||||
saml = {
|
||||
identity_provider_id = var.cloudflare_okta_identity_provider_id
|
||||
identity_provider_id = cloudflare_zero_trust_access_identity_provider.authentik_oidc.id
|
||||
attribute_name = "groups"
|
||||
attribute_value = each.value
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user