Skip to content

Question: Does this tool provide security schemes? #11

@inuyasha82

Description

@inuyasha82

I.e. if i have authenticated API, that uses JWT token, is there a way to have it enabled using apiman?

{
  "openapi": "3.0.1",
  "info": {
    "title": "Example app",
    "description": "Application home page",
    "version": "v2"
  },
  "securitySchemes": {
      "JWT": {
        "type": "http",
        "scheme": "bearer",
        "bearerFormat": "<JWT>"
        }
    }
}

For example having this template, can i have the authorization button on the swagger page? Like in the screenshot below?

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions