OpenAPI don't set auth

i have imported an openapi.yaml that have these specs:

components:
  securitySchemes:
    bearerAuth: # arbitrary name for the security scheme
      type: http
      scheme: bearer
security:
  - bearerAuth: []

but in apidog it doesn’t imported in auth field

OpenAPI doesn’t set auth