Changes between Version 23 and Version 24 of Help/Dialog/OAuthAuthorisationWizard
- Timestamp:
- 2012-07-26T15:18:38+02:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Dialog/OAuthAuthorisationWizard
v23 v24 1 [[TranslatedPages (outdated=This page is outdated. JOSM is using ssl for OAUTH. First screenshot is outdated !)]]1 [[TranslatedPages]] 2 2 = OAuth Authorisation Wizard = 3 3 [[TOC(inline)]] … … 10 10 11 11 OAuth has two major advantages over Basic Authentication: 12 13 2. Your OSM password has to be transferred '''only once''' over the Internet on asecure connection, in contrast to basic authentication where your OSM password is transferred as part of every request sent from JOSM to the OSM server in clear text.12 1. Your OSM password doesn't have to be saved in clear text in the JOSM preferences file. 13 1. Your OSM password has to be transferred '''only once''' over the Internet on a '''secure connection''', in contrast to basic authentication where your OSM password is transferred as part of every request sent from JOSM to the OSM server in clear text. 14 14 15 15 In OAuth terminology, a JOSM user authorises JOSM to access the OSM server on the user's behalf. During the authorisation process the OSM password never needs to be entered into a JOSM dialog if the user doesn't fully trust JOSM (unless wanting to for convenience reasons [wiki:/Help/Dialog/OAuthAuthorisationWizard#FullyAutomaticAuthorisation see here]). Rather, the OSM server issues an Access Token which JOSM presents to the OSM server when it uploads data on behalf of the user. Access Tokens don't reveal the user's password and they can be revoked at any time. … … 41 41 42 42 Click on the '''Preferences''' button in the toolbar. In the dialog, select the '''Connection Setting''' tab. 43 44 43 45 44 2. '''Step 2/3''' - Get the Access Token … … 66 65 67 66 1. Click the tab '''Granted rights''' 68 2. Deselect each privilege which should not be granted to the requested Access Token67 1. Deselect each privilege which should not be granted to the requested Access Token 69 68 70 69 [[Image(fully-authomatic-privileges.png)]] 71 70 72 71 ==== Advanced OAuth parameters ==== #FullyAutomaticAdvanced … … 78 77 79 78 1. Click the tab '''Advanced OAuth parameters''' 80 2. Deselect the checkbox '''Use default settings'''81 3. Enter your values for the five OAuth parameters79 1. Deselect the checkbox '''Use default settings''' 80 1. Enter your values for the five OAuth parameters 82 81 83 82 [[Image(fully-automatic-advanced.png)]] 84 83 85 84 === Semi-automatic authorisation process === … … 91 90 Click on '''Retrieve Request Token''' to retrieve an OAuth Request Token. 92 91 93 92 [[Image(semi-automatic-step-1.png)]] 94 93 95 94 2. '''Step 2/3''' - Authorise the Request Token in an external browser … … 99 98 [[Image(semi-automatic-step-2.png)]] 100 99 101 2. '''Step 3/3''' - Accept the Access Token100 3. '''Step 3/3''' - Accept the Access Token 102 101 103 102 JOSM displays the retrieved Access Token. Click on '''Accept Access Token''' to accept it. … … 114 113 115 114 1. Select the checkbox '''Display Advanced OAuth Parameters''' 116 2. Enter your values for the five OAuth parameters115 1. Enter your values for the five OAuth parameters 117 116 118 117 [[Image(semi-automatic-advanced.png)]] … … 128 127 Enter the Access Token and click on '''Accept Access Token'''. 129 128 130 [[Image(manual.png)]] 129 [[Image(manual.png)]] 131 130 132 131