ODS.VirtuosoOdsUbiquityTutorialsBookmarkOAuthM

Bookmark OAuth Ubiquity Authorization Example

The following example demonstrates oauth authentication getting the OAuth SID value for ex. for existing Bookmark instance "demo's Bookmarks" with owner user demo at the MyOpenlink server.

In order to execute correctly the example, you need to have OAuth Generate Key for the Bookmark "demo's Bookmarks" instance at the MyOpenlink server. More information and simple scenario how to be done you can find here.

  1. Execute the command:

    ods-oauth-host http://myopenlink.net:8890/OAuth

  2. Execute the command:

    ods-set-mode oauth

  3. Go to http://myopenlink.net:8890/ods/oauth_sid.vsp
  4. In the shown form:
    1. Enter for user demo
    2. Choose the application ""demo's Bookmarks".
    3. Click the "Execute" button.
  5. Enter for user demo its password and click the "Login" button.
  6. Click the "Authorize" button.
  7. Copy the obtains OAuth SID value for ex.: 110c20b2be57dab14dff55a88d0eaa25
  8. Execute the following command:

    ods-set-bookmark-oauth 110c20b2be57dab14dff55a88d0eaa25

CategoryODS CategoryBookmarks?