Changes between Version 35 and Version 36 of Help/Dialog/OAuthAuthorisationWizard
- Timestamp:
- 2020-07-05T18:46:39+02:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Dialog/OAuthAuthorisationWizard
v35 v36 48 48 [[Image(fully-authomatic-1.png,link=)]] 49 49 50 3. **Step 3/3** '- Accept the Access Token50 3. **Step 3/3** - Accept the Access Token 51 51 52 52 JOSM displays the retrieved Access Token. … … 55 55 56 56 * Deselect the checkbox Save to preferences if you don't want to save the Access Token in the JOSM preferences. If you don't save it the Access Token will be lost when you close JOSM. If you later startup JOSM again you will have to retrieve a new Access Token to work with OAuth based authentication again. 57 * Click on ''Test Access Token"to test the token57 * Click on **Test Access Token** to test the token 58 58 * Click on **Accept Access Token** to accept it. 59 59 60 60 ==== Restricting the granted privileges ==== 61 When JOSM fully-automatically requests and authorizes an Access Token, it grants it fiveprivileges:61 When JOSM fully-automatically requests and authorizes an Access Token, it grants it six privileges: 62 62 * the right to upload data to the OSM server 63 63 * the right to upload GPS traces to the OSM server … … 65 65 * the right to read the preferences stored on the OSM server 66 66 * the right to write preferences stored on the OSM server 67 * the right to modify notes stored on the OSM server 67 68 68 69 These are the default settings. If you want to restrict the granted privileges: … … 82 83 1. Click the tab **Advanced OAuth parameters** 83 84 1. Deselect the checkbox **Use default settings** 84 1. Enter your values for the fiveOAuth parameters85 1. Enter your values for the seven OAuth parameters 85 86 86 87 [[Image(fully-automatic-advanced.png,link=)]] … … 103 104 3. **Step 3/3** - Accept the Access Token 104 105 105 JOSM displays the retrieved Access Token. Click on '**Accept Access Token** to accept it.106 JOSM displays the retrieved Access Token. Click on **Accept Access Token** to accept it. 106 107 107 108 [[Image(semi-automatic-step-3.png,link=)]] … … 109 110 110 111 ==== Advanced OAuth parameters ==== #AdvancedOAuthparameters 111 When JOSM semi-automatically requests and authorizes an Access Token, it uses default values for the OAuth parameters. Advanced users may want to change these parameters 112 When JOSM semi-automatically requests and authorizes an Access Token, it uses default values for the OAuth parameters. Advanced users may want to change these parameters: 112 113 * in order to use a different Consumer Token (consisting of a Consumer Key and a Consumer Secret). This allows you to create your own Consumer Token for JOSM and then use it in JOSM. 113 114 * in order to use it on a different than the standard OSM server. For instance, this allows users to use OAuth with an OSM development server or with a local installation of the OSM server application. … … 116 117 117 118 1. Select the checkbox **Display Advanced OAuth Parameters** 118 1. Enter your values for the fiveOAuth parameters119 1. Enter your values for the seven OAuth parameters 119 120 120 121 [[Image(semi-automatic-advanced.png,link=)]] 121 122 122 123 === Manual authorization process === 123 The manual authorization process allows you to enter an arbitrary Access Token. You can use this process 124 The manual authorization process allows you to enter an arbitrary Access Token. You can use this process: 124 125 125 126 * to enter an Access Token you have kept in a secure place, for instance in a secure store for credentials