| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente |
| en:guide_du_developpeur_service [2026/01/20 11:35] – [4. Acceptance of Terms & Conditions] admin | en:guide_du_developpeur_service [2026/04/10 13:55] (Version actuelle) – [10. Retrieving the idClaim] stonniche |
|---|
| |
| ^ Parameter ^ Required ^ Details ^ | ^ Parameter ^ Required ^ Details ^ |
| | ''username'' | Yes | Login identifier | | | ''username'' | Yes | Login identifier (by default, the application login)| |
| | ''password'' | Yes | Password | | | ''password'' | Yes | Password | |
| | ''token'' | No (except for admin) | Unnecessary for `application` accounts. Required only for `admin` accounts with two-factor authentication | | | ''token'' | No (except for admin) | Unnecessary for `application` accounts. Required only for `admin` accounts with two-factor authentication | |
| * **''group''**: optional – Enables consumption exports grouped by logical units. | * **''group''**: optional – Enables consumption exports grouped by logical units. |
| |
| > For more details on callback_endpoints, refer to [[https://wiki.id360docaposte.com/doku.php?id=guide_callbacks|this dedicated guide]]. | > For more details on callback_endpoints, refer to [[https://id360.doca-id.com/doku.php?id=guide_callbacks|this dedicated guide]]. |
| |
| ---- | ---- |
| [[https://preprod.id360docaposte.com/static/swagger.html#/enrollment/enrollment_proof_slip|Download the PDF report]] | [[https://preprod.id360docaposte.com/static/swagger.html#/enrollment/enrollment_proof_slip|Download the PDF report]] |
| |
| ====== 10. Retrieving the idClaim ====== | ====== 10. 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]] |
| Authorization: Token token_returned_by_login | Authorization: Token token_returned_by_login |
| </code> | </code> |
| |
| |