jwtproxy icon indicating copy to clipboard operation
jwtproxy copied to clipboard

jti replay protection should be optional

Open philhug opened this issue 8 years ago • 2 comments

When using jwtproxy as a generic oauth2-proxy which verifies access tokens, a client will reuse the same access token it received from the IdP as long as it remains valid.

I can prepare a PR if this sounds reasonable to you.

philhug avatar Feb 10 '17 16:02 philhug

A strong +1 for that...

mshaposhnik avatar Jun 15 '18 11:06 mshaposhnik

I made a new storage type for none to disable the jti nonce storage and always pass verification.

I submitted a PR with this which will allow for jwt reuse.

mikelduke avatar Jun 17 '19 01:06 mikelduke