cats icon indicating copy to clipboard operation
cats copied to clipboard

Use all 3 type of authorization (Oauth , Api key and Basic Auth) on different paths present in swagger application

Open nayanmathur25 opened this issue 1 year ago • 1 comments

I have a application where some request required ( Oauth and Basic Auth ) and some request required (API key with Basic Auth) and some only required Oauth or API Key. Do we have any feature where we can add all the 3 and based on the request it should use the Authorization.

API Authentication page https://endava.github.io/cats/docs/getting-started/authentication has very less details about the OAUTH

nayanmathur25 avatar Jun 17 '24 09:06 nayanmathur25