Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more foundational standards #68

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 26 additions & 2 deletions Communication/FoundationalStandards/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Related to Access Control that is not part of the [IDS-RAM](https://github.com/I

## Linked Data Platform (LDP) ##

W3C Recommendation how to read and write RDF data in RESTful manners, e.g. IDS Self-Descriptions, at a remote server.

[W3C, "Linked Data Platform"](https://dvcs.w3.org/hg/ldpwg/raw-file/default/ldp.html)

[W3C, "Linked Data Platform 1.0 Primer"](https://www.w3.org/TR/ldp-primer/)
Expand All @@ -32,8 +34,30 @@ Related to Access Control that is not part of the [IDS-RAM](https://github.com/I

## WebAccessControl (WAC) ##

LDP-inspired access control language for decentralized systems.

[W3C, "Web Acces Control"](https://www.w3.org/wiki/WebAccessControl)

## eXtensible Access Control Markup Language (XAML) ##
## eXtensible Access Control Markup Language (XACML) ##

OASIS standard defining an XML-based policy language and reference architecture for access control systems.

[Wikipedia, "XACML"](https://en.wikipedia.org/wiki/XACML)

## Verifiable Credentials/Verifiable Presentations (VC/VP) ##

W3C Recommendation to sign RDF statements, in particular JSON-LD.

[W3C, "Verifiable Credentials"](https://www.w3.org/TR/vc-data-model/)

## Transport Layer Security (TLS)##

RFC 8446 (TLS v1.3) specifies how to encrypt data transfer in the internet.

[RFC 8446](https://datatracker.ietf.org/doc/html/rfc8446)

## Multipart ##

Message format to transfer content with several parts. Used, e.g., for the exchange of IDS messages applying the Multipart-over-HTTPS scheme.

[Wikipedia, "XAML"](https://en.wikipedia.org/wiki/XACML)
[Wikipedia, Multipart MIME](https://en.wikipedia.org/wiki/MIME#Multipart_messages)