cats
cats copied to clipboard
Use all 3 type of authorization (Oauth , Api key and Basic Auth) on different paths present in swagger application
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