Add audiences to access control struct docs

Signed-off-by: Jonathan Collinge <jonathancollinge@live.com>
This commit is contained in:
Jonathan Collinge 2025-05-19 08:03:55 +01:00
parent dcf18094ee
commit 946f988fc2
No known key found for this signature in database
GPG Key ID: BF9B59005264DD95
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ The following tables lists the different properties for access control, policies
|---------------|--------|-------------| |---------------|--------|-------------|
| `defaultAction` | string | Global default action when no other policy is matched | `defaultAction` | string | Global default action when no other policy is matched
| `trustDomain` | string | Trust domain assigned to the application. Default is "public". | `trustDomain` | string | Trust domain assigned to the application. Default is "public".
| `audiences` | string | A list of audiences for the application's identity JWT.
| `policies` | string | Policies to determine what operations the calling app can do on the called app | `policies` | string | Policies to determine what operations the calling app can do on the called app
### Policies ### Policies