VirtuosoOdsUbiquityTutorialsWeblogOAuthDWeblog OAuth Ubiquity Authentication Example The following example demonstrates oauth authentication getting the OAuth SID value for ex. for existing Weblog instance "myblog" 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 Weblog "myblog" instance at OpenLink Demo server. More information and simple scenario how to be done you can find here. Execute the command: ods-oauth-host http://demo.openlinksw.com/OAuth
Execute the command: ods-set-mode oauth
Setup OAuth key for your ODS application instance. Detail information you can find here. Go to http://demo.openlinksw.com/ods/oauth_sid.vsp
In the shown form: Enter for user demo Choose the application "myblog". Click the "Execute" button.
Enter for user demo its password and click the "Login" button. Click the "Authorize" button.
Copy the obtains OAuth SID value for ex.: 6417767a4aa92635e7b57446e95ddc0d
Execute the following command: ods-set-weblog-oauth 6417767a4aa92635e7b57446e95ddc0d
CategoryODS CategoryBlog