|
1 | 1 | { |
2 | 2 | "general": { |
3 | | - "credentialName": "Notaris Credential", |
| 3 | + "credentialName": "Notaris", |
4 | 4 | "issueCredentialType": "NotaryCompanyVerification", |
5 | 5 | "oid4vpAgentBaseUrl": "https://notary.demo.sphereon.com/agent", |
6 | 6 | "oid4vciAgentBaseUrl": "https://notary.demo.sphereon.com/agent", |
|
88 | 88 | } |
89 | 89 | } |
90 | 90 | }, |
91 | | - "SSICredentialVerifyRequestPage": { |
| 91 | + "issueSuccess": { |
92 | 92 | "photoLeft": "notary/guest_credential.svg", |
93 | | - "photoRight": "notary/undraw_messenger_re_8bky_grey.svg.svg" |
| 93 | + "photoRight": "notary/undraw_messenger_re_8bky_grey.svg.svg", |
| 94 | + "rightPaneTitle": "title_secure_your_credential", |
| 95 | + "rightPaneParagraph": "credentials_right_pane_top_paragraph" |
94 | 96 | }, |
95 | | - "SSISelectCredentialPage": { |
96 | | - "logo": { |
97 | | - "src": "notary/logo.svg", |
98 | | - "alt": "notary.demo.sphereon.com", |
99 | | - "width": 167, |
100 | | - "height": 70 |
101 | | - }, |
102 | | - "styles": { |
103 | | - "mainContainer": { |
104 | | - "backgroundColor": "#202537", |
105 | | - "textGradient": "linear-gradient(135deg, #7276F7 0%, #7C40E8 100%)" |
106 | | - } |
107 | | - } |
108 | | - }, |
109 | | - "SSICredentialIssuedSuccessPage": { |
110 | | - "photoLeft": "notary/guest_credential.svg", |
111 | | - "photoRight": "notary/undraw_messenger_re_8bky_grey.svg.svg" |
112 | | - }, |
113 | | - "SSIInformationSharedSuccessPage": { |
114 | | - "photoLeft": "notary/guest_credential.svg", |
115 | | - "photoRight": "notary/undraw_certification_re_ifll_grey.svg", |
116 | | - "logo": { |
117 | | - "src": "notary/guest_credential.svg", |
118 | | - "alt": "Van Auckland Notary", |
119 | | - "width": 700, |
120 | | - "height": 700 |
121 | | - }, |
122 | | - "mobile": { |
123 | | - "logo": { |
124 | | - "src": "notary/logo.svg", |
125 | | - "alt": "notary", |
126 | | - "width": 200, |
127 | | - "height": 200 |
128 | | - } |
129 | | - }, |
130 | | - "backgroundColor": "#BEBEBE" |
131 | | - }, |
132 | | - "SSICredentialIssueRequestPage": { |
| 97 | + "issueRequest": { |
133 | 98 | "title": "title_secure_your_credential", |
134 | | - "topParagraph": "paragraph_add_credential", |
135 | | - "bottomParagraph": "paragraph_scan_this_qr", |
| 99 | + "topParagraph": "paragraph_add_credential_notaris", |
| 100 | + "bottomParagraph": "paragraph_scan_this_qr_notaris", |
136 | 101 | "logo": { |
137 | 102 | "src": "notary/guest_credential.svg", |
138 | 103 | "alt": "Van Auckland Notary", |
|
151 | 116 | "image": "undraw_certification_re_ifll_1.svg" |
152 | 117 | } |
153 | 118 | }, |
154 | | - "SSIInformationRequestPage": { |
155 | | - "photo": "notary/guest_credential.svg", |
156 | | - "text_top_of_image": "common_left_pane_title", |
| 119 | + "infoRequest": { |
157 | 120 | "sharing_data_right_pane_title": "manual_fill_data_right_pane_title", |
158 | 121 | "sharing_data_right_pane_paragraph": "sharing_data_fill_out_right_pane_paragraph", |
159 | 122 | "form": [ |
160 | 123 | [ |
161 | 124 | { |
162 | 125 | "id": "ssi_information_request_page_form_company_name", |
163 | 126 | "key": "Bedrijfsnaam", |
164 | | - "title": "ssi_information_request_page_form_company_name_label", |
165 | | - "type": "string", |
| 127 | + "label": "ssi_information_request_page_form_company_name_label", |
| 128 | + "labelStyle": { |
| 129 | + "color": "rgba(48, 48, 48, 0.8)" |
| 130 | + }, |
| 131 | + "type": "text", |
166 | 132 | "required": true |
167 | 133 | } |
168 | 134 | ], |
169 | 135 | [ |
170 | 136 | { |
171 | 137 | "id": "ssi_information_request_page_form_company_location", |
172 | 138 | "key": "Bedrijfslocatie", |
173 | | - "title": "ssi_information_request_page_form_company_location_label", |
174 | | - "type": "string", |
| 139 | + "label": "ssi_information_request_page_form_company_location_label", |
| 140 | + "labelStyle": { |
| 141 | + "color": "rgba(48, 48, 48, 0.8)" |
| 142 | + }, |
| 143 | + "type": "text", |
175 | 144 | "required": true |
176 | 145 | } |
177 | 146 | ], |
178 | 147 | [ |
179 | 148 | { |
180 | 149 | "id": "ssi_information_request_page_first_name_director", |
181 | 150 | "key": "Voornaam", |
182 | | - "title": "ssi_information_request_page_form_first_name_director_label", |
183 | | - "type": "string", |
| 151 | + "label": "ssi_information_request_page_form_first_name_director_label", |
| 152 | + "labelStyle": { |
| 153 | + "color": "rgba(48, 48, 48, 0.8)" |
| 154 | + }, |
| 155 | + "type": "text", |
184 | 156 | "required": true |
185 | 157 | }, |
186 | 158 | { |
187 | 159 | "id": "ssi_information_request_page_form_last_name_director", |
188 | 160 | "key": "Achternaam", |
189 | | - "title": "ssi_information_request_page_form_last_name_director_label", |
190 | | - "type": "string", |
| 161 | + "label": "ssi_information_request_page_form_last_name_director_label", |
| 162 | + "labelStyle": { |
| 163 | + "color": "rgba(48, 48, 48, 0.8)" |
| 164 | + }, |
| 165 | + "type": "text", |
191 | 166 | "required": true |
192 | 167 | } |
193 | 168 | ], |
194 | 169 | [ |
195 | 170 | { |
196 | 171 | "id": "ssi_information_request_page_form_place_of_birth", |
197 | 172 | "key": "Geboorteplaats", |
198 | | - "title": "ssi_information_request_page_form_place_of_birth_label", |
199 | | - "type": "string", |
| 173 | + "label": "ssi_information_request_page_form_place_of_birth_label", |
| 174 | + "labelStyle": { |
| 175 | + "color": "rgba(48, 48, 48, 0.8)" |
| 176 | + }, |
| 177 | + "type": "text", |
200 | 178 | "required": true |
201 | 179 | } |
202 | 180 | ], |
203 | 181 | [ |
204 | 182 | { |
205 | 183 | "id": "ssi_information_request_page_form_date_of_birth", |
206 | 184 | "key": "Geboortedatum", |
207 | | - "title": "ssi_information_request_page_form_date_of_birth_label", |
| 185 | + "label": "ssi_information_request_page_form_date_of_birth_label", |
| 186 | + "labelStyle": { |
| 187 | + "color": "rgba(48, 48, 48, 0.8)" |
| 188 | + }, |
208 | 189 | "type": "date", |
209 | 190 | "required": true |
210 | 191 | } |
|
225 | 206 | "width": 700, |
226 | 207 | "height": 700 |
227 | 208 | }, |
228 | | - "backgroundColor": "#BEBEBE" |
229 | | - }, |
230 | | - "SSILandingPage": { |
231 | | - "photoLeft": "notary/landing_manual_grey.svg", |
232 | | - "photoRight": "notary/landing_wallet_grey.svg", |
233 | | - "logo": { |
234 | | - "src": "notary/logo.svg", |
235 | | - "alt": "notary", |
236 | | - "width": 125, |
237 | | - "height": 125 |
238 | | - }, |
239 | | - "styles": { |
240 | | - "mainContainer": { |
241 | | - "backgroundColor": "white" |
242 | | - }, |
243 | | - "leftCardView": { |
244 | | - "textColor": "#FBFBFB", |
245 | | - "backgroundColor": "#326D85" |
246 | | - }, |
247 | | - "rightCardView": { |
248 | | - "textColor": "#FBFBFB", |
249 | | - "buttonType": "primary" |
250 | | - } |
251 | | - } |
| 209 | + "backgroundColor": "#BEBEBE", |
| 210 | + "primaryButtonResourceId": "Share" |
252 | 211 | } |
253 | 212 | }, |
254 | 213 | "routes": [ |
255 | 214 | { |
256 | | - "vpDefinitionId": "knb-auckland", |
| 215 | + "id": "default", |
257 | 216 | "steps": [ |
258 | 217 | { |
259 | 218 | "id": "infoRequest", |
|
266 | 225 | "id": "credentialOffer", |
267 | 226 | "operation": "execute", |
268 | 227 | "action": "create-credential-offer", |
| 228 | + "actionParams": { |
| 229 | + "issueCredentialType": "NotaryCompanyVerification" |
| 230 | + }, |
269 | 231 | "nextId": "issueRequest" |
270 | 232 | }, |
271 | 233 | { |
|
301 | 263 | "styles": { |
302 | 264 | "mainContainer": { |
303 | 265 | "backgroundColor": "#252E7E" |
| 266 | + }, |
| 267 | + "button": { |
| 268 | + "width": "327px" |
304 | 269 | } |
305 | 270 | } |
306 | 271 | }, |
|
0 commit comments