Hello
I am currently working on a c#
asp.net mvc application for medical staff.
The people using this software have their own credentials to log into the application, and rights based upon these credentials.
We would need to be able to read eID's, in order to quickly find records, or create new ones if no matching records are found.
So far all I seem to find is info on how to use the identityprovider to read the id.
This is not only an issue because the person using the application will not be the owner of the id, but also because several id's may be read by the same user.
I was wondering if there's a way to just read the info on the id-card.
And if I could be pointed in the right direction to implement this.
Thanks in advance
Pieter