Skip to content

Feedback for “How to Use OAuth2 for the Client Credentials Grant Type” #317

@nk2164

Description

@nk2164

We have calls where the OAuth2 tokens are sent in the header with a custom name, without using the "Bearer" prefix. I appreciate that the new version 2.0 can fetch the token automatically. However, is it possible to add a setting that prevents the token from being added to the header or request body automatically?

It would be useful if it still performs its usual functions and sets the {{$oauth2..access_token}}, which I could then reference in my header using the custom header name within the same request.

Currently, I fetch the token in a separate request and then reference it in another request.

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