mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
acl: JWT changelog entry and typo fix
This commit is contained in:
3
.changelog/15897.txt
Normal file
3
.changelog/15897.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
```release-note:improvement
|
||||
acl: New auth-method type: JWT
|
||||
```
|
||||
@@ -61,7 +61,7 @@ The table below shows this endpoint's support for
|
||||
|
||||
- `OIDCScopes` `(array<string>)` - List of OIDC scopes.
|
||||
|
||||
- `BoundAudiences` `(array<string>)` - List of auth claims that are valid for
|
||||
- `BoundAudiences` `(array<string>)` - List of aud claims that are valid for
|
||||
login; any match is sufficient.
|
||||
|
||||
- `AllowedRedirectURIs` `(array<string>)` - A list of allowed values for
|
||||
|
||||
Reference in New Issue
Block a user