ODS.VirtuosoOdsUbiquityTutorialsFeedsOAuthD

Feed Manager OAuth Ubiquity Authentication Example

The following example demonstrates oauth authentication getting the OAuth SID value for ex. for existing Feed Manager instance "DemoFeeds" with owner user demo at the OpenLink? Demo server.

In order to execute correctly the example, you need to have OAuth Generate Key for the Feed Manager "DemoFeeds" instance at OpenLink? Demo server. More information and simple scenario how to be done you can find here.

  1. Execute the command:

    ods-oauth-host http://demo.openlinksw.com/OAuth

  2. Execute the command:

    ods-set-mode oauth

  3. Setup OAuth key for your ODS application instance. Detail information you can find here.
  4. Go to http://demo.openlinksw.com/ods/oauth_sid.vsp
  5. In the shown form:
    1. Enter for user demo
    2. Choose the application "DemoFeeds".
    3. Click the "Execute" button.
  6. Enter for user demo its password and click the "Login" button.
  7. Click the "Authorize" button.
  8. Copy the obtains OAuth SID value for ex.: 1c42372188e46716efddd0b59192575c
  9. Execute the following command:

    ods-set-feeds-oauth 1c42372188e46716efddd0b59192575c

CategoryODS CategoryFeedManager