aboutsummaryrefslogtreecommitdiff
path: root/eidas_modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_add_req.json
diff options
context:
space:
mode:
authorThomas <>2022-03-03 11:44:29 +0100
committerThomas <>2022-03-03 11:44:29 +0100
commit0d7caf5c248a53610c2133e5cc1755a76d690b40 (patch)
tree7c65f8ca6d435462f1d38d6d1189f21730a340c9 /eidas_modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_add_req.json
parent0020b5d6084501b6ee6b6b07fdc40ab47dc30dc7 (diff)
downloadNational_eIDAS_Gateway-0d7caf5c248a53610c2133e5cc1755a76d690b40.tar.gz
National_eIDAS_Gateway-0d7caf5c248a53610c2133e5cc1755a76d690b40.tar.bz2
National_eIDAS_Gateway-0d7caf5c248a53610c2133e5cc1755a76d690b40.zip
test(ernp): add ERnP client detail tests
Diffstat (limited to 'eidas_modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_add_req.json')
-rw-r--r--eidas_modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_add_req.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/eidas_modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_add_req.json b/eidas_modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_add_req.json
new file mode 100644
index 00000000..4f823c60
--- /dev/null
+++ b/eidas_modules/authmodule-eIDAS-v2/src/test/resources/data/ernp/1_add_req.json
@@ -0,0 +1,30 @@
+{
+ "begruendung": "Add new person",
+ "personendaten": {
+ "familienname": "CtKKrtUe",
+ "vorname": "dUeYzUFg",
+ "geburtsdatum": {
+ "jahr": 1985,
+ "monat": 5,
+ "tag": 5
+ }
+ },
+ "anschrift": null,
+ "eidas": [
+ {
+ "art": "http://eidas.europa.eu/attributes/naturalperson/PersonIdentifier",
+ "wert": "Y8ADWaeh0h",
+ "staatscode2": "DE"
+ },
+ {
+ "art": "http://eidas.europa.eu/attributes/naturalperson/PlaceOfBirth",
+ "wert": "hrFevCfP",
+ "staatscode2": "DE"
+ },
+ {
+ "art": "http://eidas.europa.eu/attributes/naturalperson/BirthName",
+ "wert": "sNUEAhEr",
+ "staatscode2": "DE"
+ }
+ ]
+}