OAuth 2.0-based authentication of users and devices, user profile management, Single Sign-On (SSO) and Identity Federation across multiple administration domains.
looks like delegation request failed because target missing in policySets in delegationRequestSchema.json
{"error":"Invalid mask document","details":[{"keyword":"additionalProperties","dataPath":".delegationRequest.policySets[0]","schemaPath":"#/properties/delegationRequest/properties/policySets/items/additionalProperties","params":{"additionalProperty":"target"},"message":"should NOT have additional properties"}]}
looks like this modification of delegationRequestSchema.json can fix mentioned issue:
looks like delegation request failed because
target
missing inpolicySets
indelegationRequestSchema.json
looks like this modification of
delegationRequestSchema.json
can fix mentioned issue: