๐Meeco authentication
This doc presents the step-by-step of how to configure the Guardian application to allow authentication via the Meeco Wallet
Last updated
This doc presents the step-by-step of how to configure the Guardian application to allow authentication via the Meeco Wallet
Last updated
At the end of this doc, this is what suppose to see in the Guardian app.
Be sure to configure your Meeco credentials in configs/.env.develop.guardian.system
You might find the values in the portal https://portal.securevalueexchange.com/
The very first thing is to activate the use of Meeco provider
For the MEECO_OAUTH_CLIENT_ID
and MEECO_OAUTH_SECRET_ID check the page below:
For the variables: MEECO_OAUTH_SCOPE=openid
and MEECO_OAUTH_GRANT_TYPE=client_credentials
keep it as it is.
The MEECO_ORGANIZATION_ID variable value can be found here
The MEECO_ISSUER_ORGANIZATION_ID
and MEECO_ISSUER_ORGANIZATION_NAME
value are found on the page below
Finally, the MEECO_PRESENTATION_DEFINITION_ID
value is found here
Once the env variables are defined you have to turn it on on the frontend. Set true the attribute isMeecoConfigured
on the folderfrontend/src/environments/environment.ts
Note that there are at least three different environment files: environment.prod.ts
, environment.demo.ts
(e.g) change them according to your configurations.
Be sure to run the docker-compose up --build
(e.g) command again to have it done.\
So, enjoy your new authentication mechanism.