Outils pour utilisateurs

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
en:guide_du_developpeur_capture [2026/04/09 15:50] – [2. Create a user folder] jsellameen:guide_du_developpeur_capture [2026/04/10 13:48] (Version actuelle) – [7. Retrieving the idClaim (optional)] jsellame
Ligne 260: Ligne 260:
   * This call **must be performed server-side**, never from the user's browser.   * This call **must be performed server-side**, never from the user's browser.
   * ⚠️ **It is essential to keep both the enrollment ''id'' and the ''api_key''** for the next steps in the process.   * ⚠️ **It is essential to keep both the enrollment ''id'' and the ''api_key''** for the next steps in the process.
-  * If you need to **customize the interface** (text and button colors as well as the logo) **per folder** (and not per process), you will need to **create themes** in the ID360 administration interface and add the following in the request body : <code>"theme": X</code> (X corresponding to the theme ID). For more details, please refer to the page [[guide_de_parametrage|Journey configuration]], section "Interface customization".+  * If you need to **customize the interface** (text and button colors as well as the logo and the favicon) **per folder** (and not per process), you will need to **create themes** in the ID360 administration interface and add the following in the request body : <code>"theme": X</code> (X corresponding to the theme ID). For more details, please refer to the page [[en:guide_de_parametrage|Process Configuration]], section "Interface customization".
  
 ====== 3. Data Comparison (optional) ====== ====== 3. Data Comparison (optional) ======
Ligne 570: Ligne 570:
 | **Liveness** | ''"documents": { "liveness": [{"name": "liveness_video$0", "files": [{"url": "xxxxxxxxxxxxxxx"}]},{"name": "liveness_video$1","files": [{"url": "xxxxxxxxxxxxxxx"}]}]'' | | **Liveness** | ''"documents": { "liveness": [{"name": "liveness_video$0", "files": [{"url": "xxxxxxxxxxxxxxx"}]},{"name": "liveness_video$1","files": [{"url": "xxxxxxxxxxxxxxx"}]}]'' |
  
-====== 7. Retrieving the idClaim ======+====== 7. Retrieving the idClaim (optional) ====== 
 + 
 +=== Conditions to retrieve the phone number in the idClaim === 
 + 
 +//In the administration console, configure the process as follows:// 
 + 
 +  * //In **Information input**, check **"Mobile phone with SMS control"**// 
 +  * //In the **Validations selection**, click on **Profile** and check **"Extract phone number"**// 
 + 
 +//Then, in the user record creation request body, add:// 
 + 
 +<code json> 
 +"custom_data":
 +  "authenticators":
 +    "phone_number": "{{$.identity.phone_number}}" 
 +  } 
 +
 +</code> 
 +----
  
 [[https://preprod.id360docaposte.com/static/swagger.html#/enrollment/enrollment_idclaim|See the method in Swagger]] [[https://preprod.id360docaposte.com/static/swagger.html#/enrollment/enrollment_idclaim|See the method in Swagger]]

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also, you acknowledge that you have read and understand our Privacy Policy. If you do not agree, please leave the website.

Plus d’informations