Adapt USER-WP-0021 and USER-WP-0023 to published policy-nexus contracts
IAM Profile v0.3 and Tenancy Posture v0.1 are now live on policy.coulomb.social. Close the portal expansion workplan against those documents, keep the flex-auth live A2 probe waiting, and forward optional tenant_roles to flex-auth without authorizing from them locally.
This commit is contained in:
parent
166788228d
commit
f762161d84
13 changed files with 109 additions and 10 deletions
|
|
@ -210,6 +210,7 @@ class Actor:
|
|||
principal_type: PrincipalType
|
||||
audience: tuple[str, ...]
|
||||
roles: tuple[str, ...] = ()
|
||||
tenant_roles: tuple[str, ...] = ()
|
||||
groups: tuple[str, ...] = ()
|
||||
scopes: tuple[str, ...] = ()
|
||||
assurance: Mapping[str, Any] = field(default_factory=dict)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue