Skip to content

Commit

Permalink
Merge pull request #196 from camaraproject/jpengar/fix-dpv-links
Browse files Browse the repository at this point in the history
Fix W3C DPV broken links in ICM doc
  • Loading branch information
AxelNennker authored Sep 11, 2024
2 parents 2e6d04a + be9b6b9 commit 58c7973
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion documentation/CAMARA-API-access-and-user-consent.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ A purpose declares what the application intends to do with a set of personal inf

### Purpose definition

The purpose definition (naming + description) and format for CAMARA follows the W3C [Data Privacy Vocabulary](https://www.w3.org/community/dpvcg/)​ (DPV). The way in which purposes are organised within the DPV is specified in [Purpose taxonomy in DPV](https://w3c.github.io/dpv/dpv/#vocab-purposes).
The purpose definition (naming + description) and format for CAMARA follows the W3C [Data Privacy Vocabulary](https://w3c.github.io/dpv/)​ (DPV). The way in which purposes are organised within the DPV is specified in [Purpose taxonomy in DPV](https://w3c.github.io/dpv/2.0/dpv/#vocab-purposes).

### Applying purpose concept in the authorization request

Expand Down
4 changes: 2 additions & 2 deletions documentation/CAMARA-Security-Interoperability.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Purpose is one of the scope parameter's values. There MUST be exactly one purpos

The Authorization Server identifies the purpose using the prefix `dpv:`.

This scope MUST have the following format: `dpv:<dpvValue>` where `<dpvValue>` is coming from [W3C DPV purpose definition](https://w3c.github.io/dpv/dpv/#vocab-purpose)
This scope MUST have the following format: `dpv:<dpvValue>` where `<dpvValue>` is coming from [W3C DPV purpose definition](https://w3c.github.io/dpv/2.0/dpv/#vocab-purposes)



Expand Down Expand Up @@ -267,7 +267,7 @@ Camara recommends that implementations run the OIDF interoperability suite and a

## References

* [Data Privacy Vocabulary (DPV)](https://w3c.github.io/dpv/dpv/)
* [Data Privacy Vocabulary (DPV)](https://w3c.github.io/dpv/2.0/dpv/)
* [E.164 - The international public telecommunication numbering plan](https://www.itu.int/rec/T-REC-E.164-201011-I/en)
* [OpenID Connect Core 1.0 specification](https://openid.net/specs/openid-connect-core-1_0.html)
* [OpenID Connect Client-Initiated Backchannel Authentication Flow - Core 1.0](https://openid.net/specs/openid-client-initiated-backchannel-authentication-core-1_0.html)
Expand Down

0 comments on commit 58c7973

Please sign in to comment.