Changes between Version 11 and Version 12 of Help/Dialog/OAuthAuthorisationWizard


Ignore:
Timestamp:
Jan 5, 2010 12:22:56 PM (3 years ago)
Author:
Gubaer
Comment:

extended

Legend:

Unmodified
Added
Removed
Modified
  • Help/Dialog/OAuthAuthorisationWizard

    v11 v12  
    8686 
    8787=== Semi-automatic authorization process === 
     88You can also retrieve an Access Token semi-automatically. If you use this process you have to use both dialogs in JOSM and the OSM website launched in an external browser to create and authorise the Access Token. In contrast to the fully automatic process you never have to enter your OSM username or your OSM password into a JOSM dialog. This process is therefore suitable for user which - for whatever reason - never want to use their OSM password outside of the OSM website. Note however, that the semi-automatic process is '''not''' significantely more secure  than the fully automatic process. Your OSM password will be transferred in cleartext over the Internet, too, because the OSM website currently doesn't provide a login page protected by HTTPS. The fully automatic process runs exactly the same steps you run manually in the semi-automatic process, just without your intervention. 
     89 
     90 
     91 1. '''Step 1/3'''  - Get the Request Token 
     92 
     93   Click on '''Retrieve Request Token''' to retrieve an OAuth Request Token. 
     94     
     95    [[Image(semi-automatic-step-1.png)]] 
     96 
     97 2. '''Step 2/3''' - Authorise the Request Token in an external browser 
     98 
     99    JOSM now launches an external browser with the OSM website. Please login and follow the instructions. Then switch back to the OAuth Authorisation Wizard and click on '''Retrieve Access Token'''. 
     100     
     101    [[Image(semi-automatic-step-2.png)]] 
     102 
     103 2. '''Step 3/3''' - Accept the Access Token 
     104 
     105    JOSM displays the retrieved Access Token. Click on '''Accept Access Token''' to accept it.  
     106     
     107    [[Image(semi-automatic-step-3.png)]] 
    88108 
    89109=== Manual authorization process ===