TalaoDAO / AltMe

Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI wallet implementation, DIIP and more.
https://talao.io
Apache License 2.0
47 stars 14 forks source link

Get enterprise configuration at smartphone installation (first download from store) without QR code scan #2899

Closed ThierryThevenet closed 1 month ago

ThierryThevenet commented 1 month ago

When wallet is installed first time and after setup and message "wallet is ready"

Wallet must try to get the configuration in calling GET https://app.altme.io/configuration or GET https://app.talao.co/configuration for Talao wallet. If the configuration exists, data received are the same as the ones of the QR code scan. example : {'login': 'guest@eudi.talao.co', 'passsword': 'x', 'wallet-provider': 'https://preprod-wallet-provider.talao.co'}

if configuration exists, download the config file from wallet provider backend and extract the organization name

Then display popup to request consent to user 'Do you consent to install the configuration of <organization name>?

if yes, install the config in the wallet

Then the behavior of the wallet is the same as the config was obtained through a QR code

ThierryThevenet commented 1 month ago

This does not replace the QR code scanning method to obtain the config file, it is another way to get the config file

hawkbee1 commented 1 month ago

companyName for install confirmation. Same process with or without qrcode