%VOSWARNING% ---+++Calendar OAuth Ubiquity Authentication Example The following example demonstrates oauth authentication getting the OAuth SID value for ex. for existing Calendar instance "mycalendar" with owner user demo at the OpenLink [[http://demo.openlinksw.com/ods][Demo server ]]. In order to execute correctly the example, you need to have OAuth Generate Key for the Calendar "mycalendar" instance at OpenLink [[http://demo.openlinksw.com/ods][Demo server ]]. More information and simple scenario how to be done you can find [[VirtOAuthControllers][here]]. 1. Execute the command: ods-oauth-host http://demo.openlinksw.com/OAuth * 1. Execute the command: ods-set-mode oauth * 1. Setup OAuth key for your ODS application instance. Detail information you can find [[VirtOAuthControllers][here]]. 1. Go to http://demo.openlinksw.com/ods/oauth_sid.vsp * 1. In the shown form: 1. Enter for user demo 1. Choose the application "mycalendar". 1. Click the "Execute" button. * 1. Enter for user demo its password and click the "Login" button. 1. Click the "Authorize" button. * 1. Copy the obtains OAuth SID value for ex.: dca421eefa2d578e19c0b2f987e7a9ca * 1. Execute the following command: ods-set-calendar-oauth dca421eefa2d578e19c0b2f987e7a9ca * CategoryODS CategoryCalendar