cloudflare_zt_create_idp
Set up identity providers for Zero Trust Access on Cloudflare. Supports GitHub, Google, SAML, OIDC, Azure AD, Okta, and one-time PIN.
Instructions
Create a new identity provider (IdP) for Zero Trust Access. Supports GitHub, Google, SAML, OIDC, Azure AD, Okta, and one-time PIN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | IdP display name (e.g., 'my-github-idp') | |
| type | Yes | Identity provider type | |
| config | Yes | Provider-specific configuration. For GitHub/Google/OIDC/Azure AD: { client_id, client_secret }. For SAML: { issuer_url, sso_target_url, attributes, ... }. For onetimepin: empty object {}. |