vrk-kpa / xroad-joint-development

Unmaintained repository. Development moved to: https://github.com/nordic-institute/X-Road-development
19 stars 8 forks source link

As a Security Server Administrator, I want my Substem->Adapter connection to obey Adapter Server's CertificateRequest for client authentication #174

Closed kimmormh closed 6 years ago

kimmormh commented 7 years ago

Affected components: ServerProxy Affected documentation: - Estimated delivery: - External reference: -

Problem My AS/IS requires clients to present a valid client certificate in order to use the system and select the services available to any given client.

The authentication and verification is done outside of the adapter module and cannot (And should not) be disabled due to the nature of the service. This particular back end service advertises the accepted CAs.

When adding the wsdl (And naturally, when using the service), the Subsystem should obey server's CertificateRequest messages in the handshake

Acceptance criteria

petkivim commented 6 years ago

Fixed by #214 and #144.