validation

Is it possible to validate both JWT and oauth in a single proxy?

Thanks in advance !!

0 4 137
4 REPLIES 4

Generally speaking yes, we can use both Verify OAuth token and VerifyJWT policies in single proxy multiple times if required.

How are passing/getting both the tokens? Will you pass a JWT and get an OAuth in return, which needs to be verified?

Thanks for responding. It would be really appreciated if you can refer to any example which is similar to my use case. Is it possible to validate sending two tokens JWT and Oauth and validating both. Thanks !!

How are passing/getting both the tokens to the API proxy?

I am passing both oauth and JWT both through headers. Can we pass both tokens as such ?