Re: Multiples JWT in the same request

2021-01-04 Thread Maxim Konovalov
Hi Geovana, On 01.01.2021 23:51, Geovana Possenti wrote: > Hello, > > I have a request that sends two different tokens (JWT) generated with > the same key (JWK).  > [...] You probably want to reach nginx-plus support as the http_auth_jwt module is nginx-plus property. Thanks, Maxim -- Maxim

Multiples JWT in the same request

2021-01-01 Thread Geovana Possenti
Hello, I have a request that sends two different tokens (JWT) generated with the same key (JWK). Could nginx validate both tokens? Each of them is passed in a different Header. I tried to duplicate the auth_jwt configuration but it is not possible to duplicate this parameterization in the same lo