Search the documentation
17 pages for anthropic_federation_rule_id.
Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.
Edit docker-compose.yaml: increment the integer in the setup service's
Claude Developer Platform · in the page
agents-and-tools/mcp-tunnels/deploy-compose
…=1 environment: - TUNNEL_ID - ANTHROPIC_FEDERATION_RULE_ID - ANTHROPIC_ORGANIZATION_ID - ANTHROPIC_WORKSPACE_ID - ANTH…
reference
Claude Developer Platform · in the page
agents-and-tools/mcp-tunnels/reference
…de.com/docs/en/manage-claude/workload-identity-federation). It reads `ANTHROPIC_FEDERATION_RULE_ID`, `ANTHROPIC_ORGANIZATION_ID`, `ANTHROPIC_WORKSPACE_ID` (optional), and exactly one of `ANTHROPIC_IDE…
wif-admin-api
Claude Developer Platform · in the page
manage-claude/wif-admin-api
…ds the identity token and exchanges it again: ```bash export ANTHROPIC_FEDERATION_RULE_ID=fdrl_... # the org:admin rule from step 1 export ANTHROPIC_ORGANIZATION_ID=00000000-0000-0…
aws
Claude Developer Platform · in the page
manage-claude/wif-providers/aws
…ype:jwt-bearer", "assertion": "$JWT", "federation_rule_id": "$ANTHROPIC_FEDERATION_RULE_ID", "organization_id": "$ANTHROPIC_ORGANIZATION_ID", "service_account_id": "$ANTHROPIC_SERVICE_…
Create the app registration that represents the Claude API audience.
Claude Developer Platform · in the page
manage-claude/wif-providers/azure
…bearer", "assertion": "$ENTRA_TOKEN", "federation_rule_id": "$ANTHROPIC_FEDERATION_RULE_ID", "organization_id": "$ANTHROPIC_ORGANIZATION_ID", "service_account_id": "$ANTHROPIC_SERVICE_…
gcp
Claude Developer Platform · in the page
manage-claude/wif-providers/gcp
…ype:jwt-bearer", "assertion": "$JWT", "federation_rule_id": "$ANTHROPIC_FEDERATION_RULE_ID", "organization_id": "$ANTHROPIC_ORGANIZATION_ID", "service_account_id": "$ANTHROPIC_SERVICE_…
github-actions
Claude Developer Platform · in the page
manage-claude/wif-providers/github-actions
…obs: call-claude: runs-on: ubuntu-latest env: ANTHROPIC_FEDERATION_RULE_ID: fdrl_... ANTHROPIC_ORGANIZATION_ID: 00000000-0000-0000-0000-000000000000 ANTHROPIC_S…
kubernetes
Claude Developer Platform · in the page
manage-claude/wif-providers/kubernetes
…value: /var/run/secrets/anthropic.com/token - name: ANTHROPIC_FEDERATION_RULE_ID value: fdrl_... - name: ANTHROPIC_ORGANIZATION_ID value: 00000000-0000-00…
okta
Claude Developer Platform · in the page
manage-claude/wif-providers/okta
…wt-bearer", "assertion": "$OKTA_JWT", "federation_rule_id": "$ANTHROPIC_FEDERATION_RULE_ID", "organization_id": "$ANTHROPIC_ORGANIZATION_ID", "service_account_id": "$ANTHROPIC_SERVICE_…
Replace NODE_UID with the node's UID:
Claude Developer Platform · in the page
manage-claude/wif-providers/spiffe
…opic service account. Add the rule's `fdrl_...` ID to the workload's `ANTHROPIC_FEDERATION_RULE_ID` environment variable. ## Acquire and use the token The Anthropic SDKs can either read the JWT-SVID…
wif-reference
Claude Developer Platform · in the page
manage-claude/wif-reference
…----------------------- | -------------------------------------- | | `ANTHROPIC_FEDERATION_RULE_ID` | Yes | Tagged ID of the federation rule to evaluate.…
workload-identity-federation
Claude Developer Platform · in the page
manage-claude/workload-identity-federation
…ction workloads: ship the same container image everywhere and inject `ANTHROPIC_FEDERATION_RULE_ID`, `ANTHROPIC_ORGANIZATION_ID`, `ANTHROPIC_SERVICE_ACCOUNT_ID`, `ANTHROPIC_WORKSPACE_ID`, and `ANTHROP…
Authentication
Claude Code CLI · in the page
authentication
…| | Federation variables | `ANTHROPIC_FEDERATION_RULE_ID` and `ANTHROPIC_ORGANIZATION_ID`, both set…
Claude apps gateway configuration
Claude Code CLI · in the page
claude-apps-gateway-config
…treams: - provider: anthropic auth: federation_rule_id: ${ANTHROPIC_FEDERATION_RULE_ID} organization_id: ${ANTHROPIC_ORGANIZATION_ID} identity_token_file: /var/run/secrets/anth…
Environment variables
Claude Code CLI · in the page
env-vars
…| | `ANTHROPIC_FEDERATION_RULE_ID` | Federation rule ID for [Workload Identity Federation](https://platform.cl…
Claude Code GitHub Actions
Claude Code CLI · in the page
github-actions
…ccess through a Claude Console service account. Set these inputs: * `anthropic_federation_rule_id`: the federation rule ID, `fdrl_...` * `anthropic_organization_id`: your Anthropic organization ID *…
Configure server-managed settings
Claude Code CLI · in the page
server-managed-settings
…2.1.223 or later: the Workload Identity Federation variables such as `ANTHROPIC_FEDERATION_RULE_ID` and `ANTHROPIC_IDENTITY_TOKEN`, the profile and configuration-directory selectors `ANTHROPIC_PROFILE…