Verification of email address with IRMA
This page contains an example of a simple email check with IRMA. At the same time some explanation is given about how this works and how this can be used, especially by organisations with their own email addresses: they can let users log in with these addresses. In this manner a separate password to log in is no longer needed.
The left button below checks if the disclosed email address is a gmail.com address. Only in that case the verification succeeds. The same mechanism can be used to provide exclusive access for visitors with email addresses from other organisations.
The button on the right asks for any email address and displays it on the subsequent page. This can be used for visitors who are asked to register with an email address.
In order to be able to try out yourself the buttons below one needs to have the IRMA app installed. Multiple email addresses can be added in the app via the email issuance webpage of the Privacy by Design foundation.
A few remarks:
- No information about email addresses is retained or collected via this webpage. The revealed email addresses are only used for the purpose of this demo and disappear at the moment that the demo is closed.
- The verification whether the disclosed address is actually a gmail address is performed in javascript in the browser (client) of the user. This is not the way this should be done properly, but this is harmless in the current demo. The appropriate way is to perform this check at the server's side.
Back to the IRMA demo overview.