/oidc/trust-relationships/{id}

Update an existing OIDC Trust Relationship (only audiences and requiredClaims can be updated)

Path Params
integer
required

The ID of the OIDC Trust Relationship to update

Body Params
audiences
array of strings
length between 1 and 100

Array of valid audiences for this trust relationship

audiences
requiredClaims
array of objects
length ≥ 1

Array of claim objects. Must contain at least one object with claim: "sub". Additional objects with other claims are optional.

requiredClaims
string
required

The claim type identifier

required

The claim value

boolean
Defaults to false

Whether this claim supports wildcard matching. Defaults to false. If true, then the following characters in value are treated as special characters:

  • ? matches exactly one character
  • * matches zero or more characters
  • \ escapes the following character
Responses

Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json