You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I do not see a way to denote that an endpoint requires multiple security schemas via AND. Is there support for this?
# defined in our ApplicationControllercomponentsdoapi_key:field_1,field: 'X-Field-1',in: 'header'api_key:field_2,field: 'X-Field-2',in: 'header'api_key:field_3,field: 'X-Field-3',in: 'header'end# in initializerglobal_security_require:field_1global_security_require:field_2global_security_require:field_3
This definition results in an array of security components, and they are set as OR.
Currently I do not see a way to denote that an endpoint requires multiple security schemas via AND. Is there support for this?
This definition results in an array of security components, and they are set as OR.
In a YML specification, I'd write this as:
Documentation: https://swagger.io/docs/specification/authentication/
The text was updated successfully, but these errors were encountered: