@@ -131,7 +131,7 @@ related concepts from OAuth [RFC6749] and elsewhere:
131131 another reason.
132132* __Sharing User__ - A user providing access to a Resource through a
133133 Share.
134- * __FQDN__ - Fully Qualified Domain Name, such as `"cloud.example.com "`.
134+ * __FQDN__ - Fully Qualified Domain Name, such as `"cloud.example.org "`.
135135* __OCM Server__ - A server that supports OCM.
136136* __OCM API Discovery__ - Process of evaluating properties of a Remote
137137 Resource, after establishing contact with an OCM Server.
@@ -439,8 +439,8 @@ and a `provider`. There are two recognized formats:
439439 joined by an `@` sign. Example :
440440
441441 If the `token` is `a55a966e-15c1-4cb9-a39d-4e4c54399baf` and the
442- ` provider` is `my- cloud-storage .org`, the combined string is
443- ` a55a966e-15c1-4cb9-a39d-4e4c54399baf@my- cloud-storage .org` ,
442+ ` provider` is `cloud.example .org`, the combined string is
443+ ` a55a966e-15c1-4cb9-a39d-4e4c54399baf@cloud.example .org` ,
444444 which when base64-encoded becomes
445445 ` YTU1YTk2NmUtMTVjMS00Y2I5LWEzOWQtNGU0YzU0Mzk5YmFmQG15LWNsb3VkLXN0b
446446 3JhZ2Uub3Jn` .
@@ -453,7 +453,7 @@ and a `provider`. There are two recognized formats:
453453 If the inviting OCM Server supports a WAYF page, the invite may be
454454 provided as a link with the token as a request parameter. Example :
455455
456- ` https://my- cloud-storage .org/wayf?token=
456+ ` https://cloud.example .org/wayf?token=
457457 a55a966e-15c1-4cb9-a39d-4e4c54399baf`
458458
459459Implementations MUST be able to accept invites in the invite string
@@ -582,7 +582,7 @@ contain the following information about its OCM API:
582582* REQUIRED: apiVersion (string) - The OCM API version this endpoint
583583 supports. Example : ` "1.2.2"`
584584* REQUIRED: endPoint (string) - The URI of the OCM API available at
585- this endpoint. Example : ` "https://my- cloud-storage .org/ocm"`
585+ this endpoint. Example : ` "https://cloud.example .org/ocm"`
586586* OPTIONAL: provider (string) - A friendly branding name of this
587587 endpoint. Example : ` "MyCloudStorage"`
588588* REQUIRED: resourceTypes (array) - A list of all resource types this
@@ -685,7 +685,7 @@ contain the following information about its OCM API:
685685 - REQUIRED keyId (string) unique id of the key in URI format. The
686686 hostname set the origin of the request and MUST be
687687 identical to the current discovery endpoint.
688- Example : https://my- cloud-storage .org/ocm#signature
688+ Example : https://cloud.example .org/ocm#signature
689689 - REQUIRED publicKeyPem (string) - PEM-encoded RSA public key for
690690 draft-cavage signatures.
691691 Example :
@@ -697,7 +697,7 @@ contain the following information about its OCM API:
697697 is present. Each object in the array MUST contain :
698698 - REQUIRED keyId (string) - Unique identifier for this key in URI
699699 format. Hostname MUST match the discovery endpoint hostname.
700- Example : https://my- cloud-storage .org/ocm#key-1
700+ Example : https://cloud.example .org/ocm#key-1
701701 - REQUIRED publicKeyPem (string) - PEM-encoded public key for
702702 [RFC9421] signatures.
703703 Example :
@@ -712,13 +712,13 @@ contain the following information about its OCM API:
712712 ` "invites"` capability SHOULD provide this URL as well in order to
713713 enhance the UX of the Invite Flow. If for example
714714 ` "/index.php/apps/sciencemesh/accept"` is specified here then a WAYF
715- Page SHOULD redirect the end-user to
716- ` /index.php/apps/sciencemesh/ accept?token=zi5kooKu3ivohr9a&providerDomain=example.com ` .
715+ Page SHOULD redirect the end-user to `/index.php/apps/sciencemesh/
716+ accept?token=zi5kooKu3ivohr9a&providerDomain=cloud. example.org `.
717717* OPTIONAL: tokenEndPoint (string) - URL of the token endpoint where the
718718 Sending Server can exchange a secret for a short-lived bearer token.
719719 Implementations that offer the `"exchange-token"` capability MUST
720720 provide this URL as well.
721- Example : ` "https://my- cloud-storage .org/ocm/token"` .
721+ Example : ` "https://cloud.example .org/ocm/token"` .
722722
723723# Share Creation Notification
724724
@@ -1072,7 +1072,7 @@ follows an example of such POST request:
10721072
10731073` ` `
10741074POST {tokenEndPoint} HTTP/1.1
1075- Host: my- cloud-storage .org
1075+ Host: cloud.example .org
10761076Date: Wed, 05 Nov 2025 14:00:00 GMT
10771077Content-Type: application/x-www-form-urlencoded
10781078Digest: SHA-256=ok6mQ3WZzKc8nb7s/Jt2yY1uK7d2n8Zq7dhl3Q0s1xk=
0 commit comments