Skip to content

[Swagger UI] OAuth2 missing parameters response_type #134

@Frennetix

Description

@Frennetix

When I try to authorize my swagger I got the following error:

Auth ErrorTypeError: Failed to fetch

and from the redirect page

https://url.com/swaggerui/oauth2-redirect.html?error_description=Missing%20parameter%2C%20%27response_type%27&state=...
Missing parameter: 'response_type'

I would like to add &response_type=code to the redirect url but I have not found a way to do so.

AUTHORIZATION = {
  'Baerer Auth': {
    'type': 'oauth2',
    'flow': 'authorization',
    'clientId': '...',
    'tokenUrl': '...',
    'authorizationUrl': '...',
    'scope': { ... }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions