From 74c97eb9238c7c187495f39ea68d12e4049d37ee Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Wed, 18 Jul 2018 15:21:53 +0300 Subject: [PATCH] Remove issuing authority as a parameter from authentication --- doc/registrant-api/v1/authentication.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/registrant-api/v1/authentication.md b/doc/registrant-api/v1/authentication.md index 2b25a62c2..13638fca7 100644 --- a/doc/registrant-api/v1/authentication.md +++ b/doc/registrant-api/v1/authentication.md @@ -21,8 +21,6 @@ Values in brackets represent values that come from the id card certificate. | first_name | true | String | | Name of the customer (`GN`) | | last_name | true | String | | Name of the customer (`SN`) | | country | true | String | 'ee' | Code of the country that issued the id card (`C`) | -| issuing_authority | true | String | 'AS Sertifitseerimiskeskus' | | -| | | | | | #### Request @@ -36,7 +34,6 @@ Content-type: application/json "first_name": "Jan", "last_name": "Tamm", "country": "ee", - "issuing_authority": "AS Sertifitseerimiskeskus" } ```