Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · api

Create Federation Issuer changed

api/admin/federation_issuers/create

Nearest release: v2.1.261, published 3 hours before this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+3added
Lines−4removed
From line 2 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits4to this page, all time

The whole hunk

from line 2, old and new numbered
/
lines
from line 2
22 
33**POST** `/v1/organizations/federation_issuers`
44 
5**Requires an OAuth access token with the `org:admin` scope**, from `ant auth login --scope org:admin` or a workload identity federation rule; Admin API keys are not accepted. See [Manage WIF with the Admin API](/docs/en/manage-claude/wif-admin-api).
6 
57Register an OIDC issuer that Anthropic will trust for workload identity
68federation in your organization.
79 
from line 16
1416document; for `explicit_url` and `inline` modes the issuer URL is only
1517matched as the JWT's `iss` claim and is not fetched.
1618 
17Requires an OAuth bearer or Console session; Admin API keys are not
18accepted.
19 
2019## Headers
2120 
2221- `"anthropic-beta": optional array of string`
from line 247
248247curl https://api.anthropic.com/v1/organizations/federation_issuers \
249248 -H 'Content-Type: application/json' \
250249 -H 'anthropic-version: 2023-06-01' \
251 -H "Authorization: Bearer $ANTHROPIC_OAUTH_TOKEN" \
250 -H "Authorization: Bearer $ANTHROPIC_AUTH_TOKEN" \
252251 -d '{
253252 "issuer_url": "x",
254253 "name": "x"