BidOperation

The valve expects the incoming data conforms according to BankID relying party specification. See https://www.bankid.com/utvecklare/guider/teknisk-integrationsguide/webbservice-api for more info.

Introduction

Used to communicate with BankID backend. Supports authentication and signing use cases.

Configuration

Valve name: BidOperation

NameDescriptionDefault valueMandatoryExpanded

mode

Defines the operation used allowed values are:

production, test or custom.

"production"

custom_url

Used for testing. Only valid id mode is set to custom.

N/A

http_destination

The internal HTTP client id

"default"

Response

The BankID backend server response is sent back to the calling client unmodified.

Last updated