Skip to content

Endpoint for AttributeDefinitions with SubjectSet given Attribute FQNs #295

@pflynn-virtru

Description

@pflynn-virtru

The AuthorizationService.GetEntitlements endpoint has a scoping mechanism to optimize calls. So given a scope of attribute FQNs, return a data structure that contains only the attribute definitions requested that includes the SubjectSet with the corresponding attribute value FQN.

Message

{
  "entities": [
    {
      "id": "0",
      "email_address": "[email protected]"
    }
  ],
  "scope": {
    "attribute_fqns": [
      "https://example.com/attr/attr1/value/value1"
    ]
  }
}

Metadata

Metadata

Assignees

Labels

comp:policyPolicy Configuration ( attributes, subject mappings, resource mappings, kas registry)enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions