Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

205 total results found

3. Data Validation: DLT

Access Node Instantiation and Complianc...

Once we have the issued credential, we need to generate our machine's addresses using this tool: Dome Access Node  Keys Generator. To do that, we need our machine's DID key, obtained previously.   The generated addresses will be as follows:   

5. AN Configuration: Chart.yaml

Access Node Instantiation and Complianc...

This is how your chart.yaml should look. All necessary dependencies are included in the AN configuration.  Check the last version here:  apiVersion: v2name: access-nodedescription: Chart holder for ArgoCDtype: applicationversion: 0.7.31appVersion: ...

6. AN Configuration: Values.yaml

Access Node Instantiation and Complianc...

First, we need to consider whether we've decided to work with secrets (remember rename the file to values.yaml), or not, as the file format may vary slightly.  Values with secrets.yaml Values without secrets.yaml First of all, we will check that the file h...

7. Registering the node in the Trusted Lists

Access Node Instantiation and Complianc...

In order for your AN node to communicate and connect with ours, it must be registered on the following two lists.  Trusted Access node list  Trusted Access Node list file  The format to follow is as follows:    - name: <your company name>     dlt...

8. AN Synchronization Tests

Access Node Instantiation and Complianc...

These are the steps that will be taken before the tests: 8.1. Backup before testing Perform a dump backup of the Scorpio data so we can restore it afterwards and delete the data of your DB. Remember to put it out of your docker or it will disappear if you ...

1. Registration validation: DOME

Access Node Instantiation and Complianc...

The first step in the setup process is to confirm that our company is registered in DOME and therefore we have a LEAR Credential Employee with Onboarding permissions available so that we can issue our credentials.  If you are not registered or there is any pr...

4. AN Configuration: Secrets

Access Node Instantiation and Complianc...

Check this guide if you will work with secrets: Github sealed secrets guide.

Verifier Integration: choosing the right integration mode

Identity Management - Developer guides Verifier Integration: choosing the righ...

When integrating with the Verifier, pick the mode based on where your app runs, whether you can securely store keys, and whether a user is involved. Quick decision checklist Browser SPA / Mobile app (without a backend that can securely store keys)? → Pub...

Verifier integration: main OIDC endpoints

Identity Management - Developer guides Verifier integration: main OIDC endpoints

Well-known:https://verifier.dome-marketplace.eu/.well-known/openid-configuration Issuer:https://verifier.dome-marketplace.eu Authorization endpoint:https://verifier.dome-marketplace.eu/oidc/authorize Token endpoint:https://verifier.dome-marketplace.eu/oidc/...