update : authentik_oidc
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 14s

This commit is contained in:
2025-11-20 12:48:42 +01:00
parent 55831b5277
commit 50f3eddecf
3 changed files with 5 additions and 5 deletions

View File

@@ -24,13 +24,13 @@ resource "cloudflare_zero_trust_access_identity_provider" "authentik_oidc" {
zone_id = local.cloudflare_zone_id
config = {
auth_url = "https://authentik.${local.cloudflare_zone_id}/application/o/authorize/"
certs_url = "https://authentik.${local.cloudflare_zone_id}/application/o/cloudflare-access/jwks/"
auth_url = "https://authentik.${local.cloudflare_email_domain}/application/o/authorize/"
certs_url = "https://authentik.${local.cloudflare_email_domain}/application/o/cloudflare-access/jwks/"
claims = ["given_name", "preferred_username", "nickname", "groups", "role"]
client_id = local.authentik_oidc_client_id_cloudflare
client_secret = local.authentik_oidc_secret_cloudflare
email_claim_name = "email"
scopes = ["openid", "email", "profile"]
token_url = "https://authentik.${local.cloudflare_zone_id}/application/o/token/"
token_url = "https://authentik.${local.cloudflare_email_domain}/application/o/token/"
}
}

View File

@@ -129,7 +129,7 @@ cloudflare_macos_posture_id = "6d64ff80-1308-4462-********"
cloudflare_ios_posture_id = "56454654-1245-8564-********"
cloudflare_windows_posture_id = "67b05735-3b9b-4bcc-********"
cloudflare_linux_posture_id = "ed5639c7-3305-4a91-********"
cloudflare_device_os = "mac" # Options: "linux", "windows", "mac"
cloudflare_device_os = "mac" # Options: "linux", "windows", "mac"
# WARP CGNAT Routes
cloudflare_custom_cgnat_routes = [