With this client you can connect with our solution of Identity as a Service (IDaaS) that implements OpenID Connect.
Installation with nuget:
https://www.nuget.org/packages/idaas_sdk_csharp/
Integration example: https://github.com/pkiep-reniec/integration_java_example
More project details: https://idaas.reniec.gob.pe/
Demo online: https://ecep.reniec.gob.pe/rp/
-
profile
- Return: doc, first_name.
-
email
- Return: email, email_verified.
-
phone
- Return: phone_number, phone_number_verified.
-
offline_access
- Offline access for a month.
- only_questions
- Access only with secret questions.
-
one_factor
- Access with Clave Nacional | OTP Email | OTP SMS.
-
only_password
- Access only with Clave Nacional.
-
two_factor
- Access with Clave Nacional + OTP Email | OTP SMS.
-
fingerprint_mobile
- Access with Biometric Validation and secret questions.
-
pki_dnie
- Access with DNIe.
-
pki_dnie_mobile
- Access with DNIe Mobile (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).
If you want more params details, you can find it into OpenID Connect documentation: