Claude Platform Docs

페더레이션 규칙

페더레이션 규칙 생성
POST/v1/organizations/federation_rules
페더레이션 규칙 조회
GET/v1/organizations/federation_rules/{federation_rule_id}
페더레이션 규칙 목록 조회
GET/v1/organizations/federation_rules
페더레이션 규칙 업데이트
POST/v1/organizations/federation_rules/{federation_rule_id}
페더레이션 규칙 보관
POST/v1/organizations/federation_rules/{federation_rule_id}/archive
Models
FederationRule object{ id, applies_to_all_workspaces, archived_at, 17 more }

Authorization rule binding an external OIDC identity to Anthropic.

Evaluates the match conditions and mints an OAuth access token for the resolved target, scoped to a single workspace where the rule is enabled (chosen by the caller at exchange time when the rule is enabled for more than one). For rules enabled via workspace_ids or applies_to_all_workspaces, the target service account must be a member of that workspace (it is implicitly a member of the default workspace); rules carrying only the legacy workspace_id binding do not enforce this.

페더레이션 규칙워크스페이스

페더레이션 규칙 워크스페이스 목록 조회
GET/v1/organizations/federation_rules/{federation_rule_id}/workspaces
페더레이션 규칙 워크스페이스 추가
POST/v1/organizations/federation_rules/{federation_rule_id}/workspaces
페더레이션 규칙 워크스페이스 제거
DELETE/v1/organizations/federation_rules/{federation_rule_id}/workspaces/{workspace_id}