Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API Key Authentication #226

Open
andreassiegel opened this issue May 5, 2024 · 1 comment
Open

API Key Authentication #226

andreassiegel opened this issue May 5, 2024 · 1 comment
Labels
enhancement New feature or request status:doing We are working on this

Comments

@andreassiegel
Copy link

Is your feature request related to a problem? Please describe.

In some projects, we are using API keys for authentication and I would like to be able to use it the same way as the pre-configured OAuth 2.0 authentication, for example.

Describe the solution you'd like

I‘d appreciate being able to create a new „authentication“ in the corresponding settings with type „API Key“.

Configuration options should be:

  • Where to put the API key in the requests (headers or query parameters)
  • Which parameter name to use for the header or query parameter, e.g., ˋapiKeyˋ or ˋOcp-Apim-Subscription-Keyˋ
  • Which value to use as the API key

Describe alternatives you've considered

Currently, I leave the authentication set to „No Auth“ and directly configure the header or query parameter in the REST endpoint configuration.

This works but feels a bit inconsistent given how the other authentication mechanisms can be configured, also as other API clients support API key authentication as a similar mechanism as well.

@andreassiegel andreassiegel added the enhancement New feature or request label May 5, 2024
@ni507
Copy link
Contributor

ni507 commented May 6, 2024

Thank you for your report.

We will add this to our backlog.

@ni507 ni507 added the status:planned We plan to work on this label May 6, 2024
@CommonGuy CommonGuy added status:doing We are working on this and removed status:planned We plan to work on this labels Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request status:doing We are working on this
Projects
None yet
Development

No branches or pull requests

3 participants