base_identity_provided_by
).
securitySchemes
and then lists those to be used to protect the API in the security
section. The OpenAPI Specification allows multiple entries in the security
section of the API description, each of which can contain one or multiple schemes.
Tyk only takes into consideration the first object in the security
list. If this contains multiple schemes, then Tyk will implement these sequentially.
In the following example, the OpenAPI description includes multiple security schemes and then defines three objects in the security
list:
security
list and so will implement the auth-A
and auth-C
schemes.
In the Tyk Vendor Extension this would result in the following configuration:
baseIdentityProvider
field which is required.
base_identity_provided_by
field in your API Definitions to one of the supported chained enums below:
AuthToken
HMACKey
BasicAuthUser
JWTClaim
OIDCUser
OAuthKey
UnsetAuth
use_standard_auth
to true
.