• Topic
  • Discussion
  • ODS.ODSManageOAuthWG(Last) -- DAVWikiAdmin? , 2017-06-13 06:01:25 Edit WebDAV System Administrator 2017-06-13 06:01:25

    ODS Dataspace OAuth-Simple Web Discovery (SWD) Guide

    What

    Simple Web Discovery (SWD) defines a HTTPS GET based mechanism to discover the location of a given type of service for a given principal starting only with a domain name.

    Why

    Promotes short way of gathering services data by minimizing the requirements for shared understanding.

    How

    Simple Web Discovery requests use the x-www-form-urlencoded format to specify a URI for the principal and another URI for the type of service being sought. If the request is successful then the response, by default, is a JSON object containing an array of URIs that point to where the principal has instances of services of the requested type. For the ODS Dataspace realm, these URIs point to the respective ODS Dataspace Application instance depending on the service of the requested type, which can be:

    • weblog,
    • subscriptions,
    • wiki,
    • briefcase,
    • mail,
    • photos,
    • community,
    • bookmak,
    • polls,
    • addressbook,
    • calendar

    Curl Examples

    Related