France Identité
Verifies a user’s identity using the France Identité mobile app
Provides a secure verification option where users prove their identity through France’s national digital identity app. Ideal for fast, trusted onboarding or identity verification processes.
Key features
- OIDC-based authentication: Secure authentication using France Identité via OpenID Connect.
- Seamless redirection: Redirects users to France Identité for login and returns them post-authentication.
- Ready-to-use: No additional configuration needed for integration.
Configuration
This step does not require any specific configuration options.
Input data blocks
This step does not require any input data blocks.
Verdicts
Verdicts for this data block.
| Verdict | Description |
|---|---|
verified | The user's identity has been successfully authenticated by the France Identité wallet. The user has consented to sharing their data, and the OIDC flow has completed with the reception of an ID Token containing the verified attributes. |
canceled | The user actively interrupted the process. This can occur either by explicitly cancelling the authentication or by refusing to grant consent at the data sharing step. |
not_verified | The authentication attempt failed. The identity could not be verified because the user failed to authenticate with their wallet (e.g., by entering an incorrect PIN). |
Output data blocks
Data blocks produced per verdict.
| Verdict | Data blocks produced | Notes |
|---|---|---|
| verified | BasicIdentity, ExtendedIdentity, AuthenticationResult | |
| canceled | AuthenticationResult | |
| not_verified | AuthenticationResult |