/oidc/trust-relationshipsAsk AIpost https://app.fossa.com/api/oidc/trust-relationshipsCreate a new OIDC Trust RelationshipBody ParamsObject 1Object 2userIdintegerrequiredThe ID of the user to associate with this trust relationshipproviderIdintegerrequiredThe ID of the OIDC Provider to use for this trust relationshipscopestringenumrequiredThe scope level of the trust relationshiporgAllowed:orgaudiencesarray of stringsrequiredlength between 1 and 100Array of valid audiences for this trust relationshipaudiences* stringADD stringrequiredClaimsarray of objectsrequiredlength ≥ 1Array of claim objects. Must contain at least one object with claim: "sub". Additional objects with other claims are optional.requiredClaims* objectclaimstringrequiredThe claim type identifiervaluestringnumberbooleanrequiredThe claim valuehasWildcardsbooleanDefaults to falseWhether 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 truefalseADD objectResponses 201Successfully created OIDC Trust Relationship 400Bad Request 401Unauthorized 403Forbidden 500Server ErrorUpdated 6 months ago