Skip to content

Commit 8632830

Browse files
author
github-actions
committed
Merge branch 'release/v2.7.1' into main
2 parents a38d715 + 4038167 commit 8632830

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

deploy-versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"text":"Latest","icon":"fas fa-home","key":"latest","tag":"v2.7.0"}]
1+
[{"text":"Latest","icon":"fas fa-home","key":"latest","tag":"v2.7.1"}]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "zilla-docs",
33
"type": "module",
4-
"version": "2.7.0",
4+
"version": "2.7.1",
55
"description": "The official documentation for the aklivity/zilla open-source project",
66
"keywords": [],
77
"author": "aklivity.io",

src/concepts/security/guard/azure-ad/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ The `azure-ad` specific options.
6565
| options.version | `enum` [ `v1.0`, `v2.0` ] | Default: `v2.0` |
6666
| options.challenge | `integer` | Challenge period (seconds). |
6767
| options.identity | `string` | Default: `sub` |
68+
| options.roles | `string` | Default: `roles` |
6869

6970
:::
7071

src/reference/config/guards/azure-ad.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,9 @@ Challenge period (seconds).
8686
> `string` | Default: `sub`
8787

8888
Claim to extract the user's identity from the token.
89+
90+
#### options.roles
91+
92+
> `string` | Default: `roles`
93+
94+
Claim to check for authorized roles.

0 commit comments

Comments
 (0)