Skip to content
Discussion options

You must be logged in to vote

Hi @netdev360, confirming your finding — tested against the running instance and /.well-known/jwks.json returns 404. The gateway does not publish its own JWKS endpoint.

Architecture summary:

Direction Status
External IdP → Gateway (gateway validates external tokens) Supported via SSO_GENERIC_JWKS_URI or per-provider OIDC discovery
Gateway → External services (services validate gateway-issued tokens) Not supported — no JWKS publishing endpoint

For your Entra ID integration:

If Entra ID issues tokens that the gateway validates, set:

SSO_GENERIC_JWKS_URI=https://login.microsoftonline.com/{tenant}/discovery/v2.0/keys

If the gateway issues tokens that external services need to vali…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@netdev360
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@netdev360
Comment options

Answer selected by netdev360
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants