🇫🇷 Français | 🇬🇧 English
Swagger
Objective
Provide technical references and API documentation useful for integrating L’Identité Numérique La Poste.
👉 LINLP APIs mainly rely on OpenID Connect and OAuth 2.0 standards.
Standard OpenID Connect Documentation
Dynamic configuration is available through:
/auth/realms/partenaire/.well-known/openid-configuration
👉 This document notably contains:
- authorization_endpoint
- token_endpoint
- userinfo_endpoint
- jwks_uri
- issuer
- scopes_supported
- claims_supported
Sandbox
https://authent.pprod.lidentitenumerique.laposte.fr/auth/realms/partenaire/.well-known/openid-configuration
Production
https://authent.lidentitenumerique.laposte.fr/auth/realms/partenaire/.well-known/openid-configuration
Recommended Usage
Partners are encouraged to use this document as the source of truth to:
- automatically discover endpoints
- retrieve available claims
- identify supported methods
Downloads
Next Step
👉 See examples:
