fossa_update_oidc_trust_relationship
Update an existing OIDC trust relationship by replacing its accepted audiences and required claims to change which tokens it accepts.
Instructions
Change which tokens an existing OIDC trust relationship accepts.
WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true and FOSSA_ALLOW_ADMIN=true.
Only audiences and required_claims can be updated; the user and provider
are fixed at creation. Each list replaces the stored one rather than
merging into it, so send the complete set — omitting a claim removes it and
widens what can authenticate. As on create, a sub value that is only
wildcards is refused.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audiences | No | ||
| required_claims | No | ||
| trust_relationship_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||