nginx-gateway-fabric icon indicating copy to clipboard operation
nginx-gateway-fabric copied to clipboard

NGINX Plus: OpenID Connect

Open mpstefan opened this issue 1 year ago • 0 comments
trafficstars

As an application developer using NGF I want to define an OpenID Connect endpoint to configure my JWT validation for my HTTPRoute So that my JWT keys can be stored and managed securely on a remote endpoint.

Background

This is a continuation of authentication work started with #835. Most large organizations are going to utilize an identity provider to handle JWT authentication, and so this epic should come as a swift follow up to local JWT authentication. By defining an OIDC endpoint, we can integrate with these identity providers and relieve the authentication burden of JWT authentication from the application developers.

Not included in this epic:

  • Validation of specific JWT fields

Acceptance

  • When the user specifies a need for

mpstefan avatar Jul 02 '24 15:07 mpstefan