Skip to main content

7. Registering the node in the Trusted Lists

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_address: <dlt_address generated above

Trusted Services list 

Trusted services list file 

The format to follow is as follows: 

  • clientId : <"did:key of your machine">
    redirectUris : []
    scopes : [] 
    clientAuthenticationMethods: ["client_secret_jwt"]
    authorizationGrantTypes: ["client_credentials"]
    postLogoutRedirectUris : []
    requireAuthorizationConsent: false
    requireProofKey: false
    jwkSetUrl: " https://verifier.dome-marketplace-sbx.org/oidc/did/did:key:<did key of our machine>"
    tokenEndpointAuthenticationSigningAlgorithm: "ES256"