Support for JWKS URI #451
Labels
area/api
kind/enhancement
New feature or request
participation/good first issue
Good for newcomers
size/medium
size/small
Currently, the AuthConfig API (v1beta2) allows specifying an
issuerURL
from which a JWKS is discovered, using OpenId Connect Discovery. Alternatively, the documentation mentions ajwksUrl
field that was never delivered.To support JWT issuers that do not implement OpenId Connect Discovery, the AuthConfig API should allow specifying an alternative JWKS URL.
This will also start paving the way for Kuadrant to support Gateway API JWT policies in the future, which could be then fully implemented as Authorino AuthConfigs by adding support as well for JWKs stored in Kubernetes Secrets.
The text was updated successfully, but these errors were encountered: