f30c3ac621
* filter identity token keys * Update test cases to associate keys with roles * use getOIDCRole helper * add func comment and test assertion * add changelog * remove unnecessary code * build list of keys to return by starting with a list of roles * move comment * update changelog
4 lines
154 B
Plaintext
4 lines
154 B
Plaintext
```release-note:improvement
|
|
identity/token: Only return keys from the `.well-known/keys` endpoint that are being used by roles to sign/verify tokens.
|
|
```
|