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"