acl: JWT changelog entry and typo fix
This commit is contained in:
parent
4609119fb5
commit
acfc266c30
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue