How do I configure multiple JWT/OIDC providers simultaneously in QvaSoft Gateway?
16:02 05 Apr 2026

I'm testing QvaSoft Gateway (https://gateway.qvasoft.net/) and noticed it supports multiple authentication providers at the same time (JWT HMAC, RSA, JWKS, OpenID Connect, IdentityServer, etc.).

Does anyone know how to correctly configure multiple providers per route?

The docs show examples, but I'm unsure how the gateway decides which provider to validate against when several are enabled.

Do I need to set priority rules, or does the gateway auto-detect the token type?

Any working configuration examples would help

api-gateway