Skip to content

NGINX (Open Souce) -> Zitadel -> IdP #7867

Answered by fforootd
johnmgn asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @johnmgn

While zitadel totally can do the brokering for you from sources like Entra and Okta I think the challenge is more on the nginx integration side. In other words, even if you use zitadel with nginx, you still need to verify the token zitadel provides (so close to the same with entra/okta).

What you could do is combine a nginx with https://github.com/oauth2-proxy/oauth2-proxy (nginx will only do the proxy stuff and oauth proxy will check the tokens).
Or what also should work is this lua extension https://github.com/zmartzone/lua-resty-openidc?tab=readme-ov-file#sample-configuration-for-oauth-20-jwt-token-validation

Hope this helps you

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@fforootd
Comment options

Answer selected by johnmgn
@johnmgn
Comment options

@fforootd
Comment options

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