|
37 | 37 | <p> |
38 | 38 | All the parties host their own public keys using |
39 | 39 | <A href="https://auth0.com/docs/secure/tokens/json-web-tokens/json-web-key-set-properties"> |
40 | | - JSON Web Key Sets |
41 | | - </A>, which then are used for verifying tokens and messages, as well as encryption, whenever it |
42 | | - is needed. Trust in JWKS is brought by the existing mechanisms on the internet, |
| 40 | + JSON Web Key Sets</A |
| 41 | + >, which then are used for verifying tokens and messages, as well as encryption, whenever it is |
| 42 | + needed. Trust in JWKS is brought by the existing mechanisms on the internet, |
43 | 43 | <A href="https://www.cloudflare.com/en-gb/dns/dnssec/how-dnssec-works/">DNSSEC</A>, |
44 | 44 | <A href="https://www.websecurity.digicert.com/security-topics/what-is-ssl-tls-https"> |
45 | 45 | SSL certificates |
46 | 46 | </A> |
47 | 47 | (incl. |
48 | 48 | <A href="https://www.rapidsslonline.com/ssl/ev-ssl-certificate-requirements/"> |
49 | | - Extended Validation |
50 | | - </A>), and so on. |
| 49 | + Extended Validation</A |
| 50 | + >), and so on. |
51 | 51 | </p> |
52 | 52 | <p> |
53 | 53 | <A href="https://jwt.io/introduction/">JSON Web Tokens</A>, |
|
81 | 81 | products on the Dataspace in the <A |
82 | 82 | href="https://github.com/ioxio-dataspace/definitions-template" |
83 | 83 | > |
84 | | - Definitions repository |
85 | | - </A>, and the results are published on the Dataspace so everyone can easily follow the agreed |
| 84 | + Definitions repository</A |
| 85 | + >, and the results are published on the Dataspace so everyone can easily follow the agreed |
86 | 86 | standards. You will find the currently available data definitions on the |
87 | 87 | <A href="https://definitions.sandbox.ioxio-dataspace.com/">Definitions Viewer</A>, and technical |
88 | 88 | details in the |
|
205 | 205 | You can check the source from GitHub, and to help you create your own productizer, you can |
206 | 206 | go and check out our guide on |
207 | 207 | <A href="https://docs.ioxio.dev/guides/building-a-data-source/"> |
208 | | - how to build a data source |
209 | | - </A>. |
| 208 | + how to build a data source</A |
| 209 | + >. |
210 | 210 | </p> |
211 | 211 | <div class="example-links"> |
212 | 212 | <IconLink href="https://github.com/ioxio-dataspace/example-productizer" icon={ArrowIcon}> |
|
0 commit comments