-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathconfig.json
125 lines (125 loc) · 3.51 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"port": 8081,
"banks": [
{
"id": "danskebank",
"name": "DanskeBank",
"authUrl": "https://verkkopankki.sampopankki.fi/SP/tupaha/TupahaApp",
"version": "0003",
"keyVersion": "0001",
"idType": "01",
"imgPath": "https://www.danskebank.fi/verkkopalvelu/logo.gif",
"number": "800",
"vendorId": "000000000000",
"checksumKey": "pAwfvWTD7g9etWGNTVR5zCj5EhHt5yuHdLrxQH2BD5gZxk7xBUrfqubtYv8vZvs4"
},
{
"id": "handelsbanken",
"name": "Handelsbanken",
"authUrl": "https://tunnistepalvelu.samlink.fi/TupasTunnistus/SHBtupas.html",
"version": "0002",
"keyVersion": "0001",
"idType": "02",
"imgPath": "images/logo_handelsbanken.gif",
"number": "310",
"vendorId": "1111111111111",
"checksumKey": "11111111111111111111"
},
{
"id": "nordea",
"name": "Nordea",
"authUrl": "https://tupas.nordea.fi/cgi-bin/SOLO3011",
"version": "0002",
"keyVersion": "0001",
"idType": "01",
"imgPath": "images/logo_nordea.gif",
"number": "200",
"vendorId": "87654321",
"checksumKey": "LEHTI"
},
{
"id": "op",
"name": "Osuuspankkiryhmä",
"authUrl": "https://kultaraha.op.fi/cgi-bin/krcgi",
"version": "0003",
"keyVersion": "0001",
"idType": "02",
"imgPath": "images/logo_op.jpg",
"number": "500",
"vendorId": "Esittelymyyja",
"checksumKey": "Esittelykauppiaansalainentunnus"
},
{
"id": "aktia",
"name": "Aktia",
"authUrl": "https://auth.aktia.fi/tupastest",
"version": "0003",
"keyVersion": "0001",
"idType": "02",
"imgPath": "images/logo_sppop.gif",
"number": "410",
"vendorId": "3333333333333",
"checksumKey": "1234567890123456789012345678901234567890123456789012345678901234"
},
{
"id": "alandsbanken",
"name": "Ålandsbanken",
"authUrl": "https://online.alandsbanken.fi/service/identify",
"version": "0002",
"keyVersion": "0001",
"idType": "01",
"imgPath": "images/logo_alandsbanken.gif",
"number": "600",
"vendorId": "AABTUPASID",
"checksumKey": "PAPAGAJA"
},
{
"id": "spankki",
"name": "S-Pankki",
"authUrl": "https://online.s-pankki.fi/service/identify",
"version": "0002",
"keyVersion": "0001",
"idType": "01",
"imgPath": "images/logo_s_pankki.gif",
"number": "390",
"vendorId": "SPANKKITUPAS",
"checksumKey": "SPANKKI"
},
{
"id": "saastopankki",
"name": "Säästöpankki",
"authUrl": "https://tupas.saastopankki.fi",
"version": "0002",
"keyVersion": "0001",
"idType": "01",
"imgPath": "images/logo_sp.png",
"number": "420",
"vendorId": "1111111111111",
"checksumKey": "11111111111111111111"
},
{
"id": "poppankki",
"name": "POPPankki",
"authUrl": "https://tupas.poppankki.fi",
"version": "0002",
"keyVersion": "0001",
"idType": "01",
"imgPath": "images/logo_pop.png",
"number": "430",
"vendorId": "1111111111111",
"checksumKey": "11111111111111111111"
},
{
"id": "omasaastopankki",
"name": "OmaSäästöpankki",
"authUrl": "https://tupas.omasp.fi",
"version": "0002",
"keyVersion": "0001",
"idType": "02",
"imgPath": "/images/logo_omasp.png",
"number": "440",
"vendorId": "1111111111111",
"checksumKey": "11111111111111111111"
}
]
}