Skip to content

Feedback to Identity PG for API Connector authentication #6

Description

@snobu

image

We need a 3rd option here, API key. This exists natively in Azure Functions (as ?code=... or X-FUNCTIONS-KEY header), while also being trivial to implement in own API (compare a stored secret with the value in the header). The UI should allow for custom named header, e.g.:

[ ] Basic
[ ] Certificate
[*] API key
        HTTP header: [ input field ]
        Value: [ input field ]   // Would be really nice if this could be pulled out of Key Vault.

Also, who uses Basic Auth really? Come on.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions