@@ -95,10 +95,11 @@ Remote Resource if accepted by the Invite Receiver OCM Server.
9595access rights to a Resource; it MAY also refer to a record in a
9696database representing this rule.
9797* __Sending Party__ - A person or party who is authorized to create
98- Shares; similar to "Resource Owner" in OAuth.
98+ Shares; similar to "Resource Owner" in OAuth, identified by its
99+ OCM Address.
99100* __Receiving Party__ - A person, group or party who is granted access
100101to the Resource through the Share; similar to "Requesting Party / RqP"
101- in OAuth-UMA.
102+ in OAuth-UMA, identified by its OCM Address .
102103* __Share Creation Notification__ - A server-to-server request from the
103104sending server to the receiving server, notifying the receiving server
104105that a Share has been created.
@@ -146,8 +147,10 @@ Sending Server or vice versa, using the OCM Notifications endpoint.
146147* __Invite Message__ - Out-of-band message used to establish contact
147148between parties and servers in the Invite Flow, containing an Invite
148149Token (see below) and the Invite Sender's OCM Address.
149- * __Invite Sender__ - The party sending an Invite.
150- * __Invite Receiver__ - The party receiving an Invite.
150+ * __Invite Sender__ - The party sending an Invite, identified by its
151+ OCM Address.
152+ * __Invite Receiver__ - The party receiving an Invite, identified by its
153+ OCM Address.
151154* __Invite Sender OCM Server__ - The server holding an address book
152155used by the Invite Sender, to which details of the Invite Receiver are
153156to be added.
@@ -612,7 +615,7 @@ with the fields as described below
612615# # Fields
613616
614617* REQUIRED shareWith (string)
615- Consumer specific identifier of the user, group or federation
618+ OCM Address of the user, group or federation
616619 the provider wants to share the Resource with. This is known
617620 in advance. Please note that the consumer service endpoint is
618621 known in advance as well, so this is no part of the request
@@ -632,11 +635,11 @@ with the fields as described below
632635 repeated.
633636 Example : 7c084226-d9a1-11e6-bf26-cec0c932ce01
634637* REQUIRED owner (string) -
635- Provider specific identifier of the user who owns the
638+ OCM Address of the user who owns the
636639 Resource.
637640 Example : " 6358b71804dfa8ab069cf05ed1b0ed2a@apiwise.nl"
638641* REQUIRED sender (string) -
639- Provider specific identifier of the user that wants to share
642+ OCM Address of the user that wants to share
640643 the Resource. Please note that the requesting provider is
641644 being identified on a higher level, so the former `remote`
642645 property is not part of the request body.
@@ -780,8 +783,8 @@ request body
780783* no keypair is trusted or discoverable from the FQDN part of the
781784` sender` field in the request body
782785* the keypair used to generate the HTTP Signature doesn't match the one
783- trusted or discoverable from the FQDN part of the `sender` field in the
784- request body
786+ trusted or discoverable from the FQDN part of the `sender` field
787+ in the request body
785788* the Sending Server is denylisted
786789* the Sending Server is not allowlisted
787790* the Sending Party is not trusted by the Receiving Party (e.g., no
@@ -1156,9 +1159,10 @@ Woojin Seok, Rogier Spoor, Christian Sprajc, Peter Szegedi,
11561159Ron Trompert, Benedikt Wegmann and Johnatan Xu.
11571160
11581161We would also like to thank Ishank Arora, Gianmaria Del Monte,
1159- Jörn Friedrich Dreyer, Richard Freitag, Hugo González Labrador,
1160- Maxence Lange, Lovisa Lugnegård, Sandro Mesterheide, Antoon Prins and
1161- Björn Schießle for their direct contributions to the specification.
1162+ Jörn Friedrich Dreyer, Richard Freitag, Hugo González Labrador,
1163+ Matthias Kraus, Maxence Lange, Lovisa Lugnegård, Sandro Mesterheide,
1164+ Antoon Prins and Björn Schießle for their direct contributions
1165+ to the specification.
11621166
11631167Over the years many more people have been involved in the development
11641168of OCM. We would like to thank all of them for their contributions,
0 commit comments