@@ -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
@@ -683,7 +683,7 @@ contain the following information about its OCM API:
683683 - REQUIRED keyId (string) unique id of the key in URI format. The
684684 hostname set the origin of the request and MUST be
685685 identical to the current discovery endpoint.
686- Example : https://my- cloud-storage .org/ocm#signature
686+ Example : https://cloud.example .org/ocm#signature
687687 - REQUIRED publicKeyPem (string) - PEM-encoded RSA public key for
688688 draft-cavage signatures.
689689 Example :
@@ -695,7 +695,7 @@ contain the following information about its OCM API:
695695 is present. Each object in the array MUST contain :
696696 - REQUIRED keyId (string) - Unique identifier for this key in URI
697697 format. Hostname MUST match the discovery endpoint hostname.
698- Example : https://my- cloud-storage .org/ocm#key-1
698+ Example : https://cloud.example .org/ocm#key-1
699699 - REQUIRED publicKeyPem (string) - PEM-encoded public key for
700700 [RFC9421] signatures.
701701 Example :
@@ -716,7 +716,7 @@ contain the following information about its OCM API:
716716 Sending Server can exchange a secret for a short-lived bearer token.
717717 Implementations that offer the `"exchange-token"` capability MUST
718718 provide this URL as well.
719- Example : ` "https://my- cloud-storage .org/ocm/token"` .
719+ Example : ` "https://cloud.example .org/ocm/token"` .
720720
721721# Share Creation Notification
722722
@@ -1070,7 +1070,7 @@ follows an example of such POST request:
10701070
10711071` ` `
10721072POST {tokenEndPoint} HTTP/1.1
1073- Host: my- cloud-storage .org
1073+ Host: cloud.example .org
10741074Date: Wed, 05 Nov 2025 14:00:00 GMT
10751075Content-Type: application/x-www-form-urlencoded
10761076Digest: SHA-256=ok6mQ3WZzKc8nb7s/Jt2yY1uK7d2n8Zq7dhl3Q0s1xk=
0 commit comments