Belgian eID reader implementation

0
Hello everyone,   For an upcoming project, we aim to develop an application that reads information from Belgian ID cards using a government-issued card reader. The ID card includes personal details such as name and national identity number. The card reader can be used for authentication, requiring a PIN code, or for reading basic information without authentication.   Our objective is to enable users to insert their ID card into the reader and have the information automatically populate certain input fields in our Mendix application. It is important to mention that it isn't the intention that user need to enter a PIN code, they should only have to insert their ID card into the reader. We believe this process may involve creating a Chrome extension and making API calls our web app to retrieve the data.   Despite extensive research, we have not found a viable solution to this issue. We would greatly appreciate any guidance or insights you might be able to offer. Below is a list of approaches we have already investigated:   SAML and OIDC SSO: These technologies are primarily used for authentication, which is not required in our case.
asked
0 answers