reniec / idaas
Sdk for ID Perú
v2.0.1
2020-07-08 04:46 UTC
Requires
- php: >=5.6.0
- guzzlehttp/guzzle: ^6.3
This package is not auto-updated.
Last update: 2024-09-12 01:30:04 UTC
README
With this client you can connect with our solution of Identity as a Service (IDaaS) that implements OpenID Connect.
Installation:
$ composer require reniec/idaas
Integration example: https://github.com/pkiep-reniec/integration_php_example
More project details: https://idperu.reniec.gob.pe/site/
Demo online: https://ecep.reniec.gob.pe/rp/
Basic params
Scopes
-
profile
- Return: doc, first_name.
-
offline_access
- Offline access for a month.
ACR
-
pki_dnie
- Access with DNIe.
-
pki_dnie_mobile
- Access with mobile certificates (only for android devices).
-
pki_token
- Access with PJ digital certificate.
-
pki_dnie_legacy
- Access with DNIe using JNLP (Java 8 installed is required).
-
pki_token_legacy
- Access with PJ digital certificate using JNLP (Java 8 installed is required).
More params
If you want more params details, you can find it into OpenID Connect documentation: