Changes between Version 48 and Version 49 of Help/Preferences/Connection


Ignore:
Timestamp:
2024-05-14T19:58:22+02:00 (20 months ago)
Author:
skyper
Comment:

Little more words about the use of Remote Control for OAuth2, new OSM messages, age of closed OSM Notes and the use of overpass server for object download

Legend:

Unmodified
Added
Removed
Modified
  • Help/Preferences/Connection

    v48 v49  
    1 [[TranslatedPages(outdated=Page needs rework and better structure. Screenshot is outdated.)]]
     1[[TranslatedPages(outdated=Page needs rework and better structure. Some screenshots are outdated.)]]
    22
    33= Preferences > OSM Server =
     
    88Connection Settings for the OSM server
    99
    10 == Downloading and uploading to the default server == #ApiUrl
     10== Downloading and uploading to the default server ==#ApiUrl
    1111[[Image(use-default-api-url.png,link=)]]
    1212
     
    4444You are recommended to [osmwww:user/new?referer=%2F create an OSM user account]. By using [osmwww:user/new?referer=%2F this form] you can choose an **OSM username** and an **OSM password** both of which you will use below.
    4545
    46 
    4746=== Basic authentication ===
    4847Basic authentication is the basic mechanism to authenticate yourself at the OSM server.
     
    5958
    6059=== OAuth 1.0a based authentication ===
    61 **OAuth 1.0a is deprecated. Please use OAuth 2.0 or later instead!**
     60**OAuth 1.0a is deprecated and was removed. Please use OAuth 2.0 or later instead! **
    6261
    6362[https://oauth.net/1 OAuth 1.0a] is an open protocol to allow secure API authorization in a simple and standard method from desktop and web applications. The OSM server supports OAuth in addition to basic authentication.
     
    85841. Your OSM password has to be transferred encrypted **only once** over the Internet, in contrast to basic authentication where your OSM password is transferred unencrypted as part of every request sent from JOSM to the OSM server.
    8685
    87 OAuth 2.0 uses [wikitr:RemoteControl Remote Control] to receive the token from the OAuth server. If you have issues authenticating, you can disable remote control in other running instances of JOSM and disable ''then'' re-enable it in the JOSM instance you are trying to authenticate.
     86OAuth 2.0 uses [wikitr:RemoteControl Remote Control] to receive the token from the OAuth server. If Remote Control is disabled in preferences (default setting) it is temporally enabled to receive the token and then disabled again.
     87**Note**: If you have issues authenticating, you can disable remote control in other running instances of JOSM and disable ''then'' re-enable it in the JOSM instance you are trying to authenticate.
    8888
    8989Once initialized the access token is represented with the following options:
     
    9696* Selecting the checkbox "Display Advanced OAuth Parameters" to get the [wikitr:/Help/Dialog/OAuthAuthorisationWizard#AdvancedOAuthparameters advanced OAuth parameters] displayed.
    9797
    98 == New OSM account messages ==
    99 At the bottom there are settings for new osm account messages and [wikitr:/Help/Dialog/Notes Notes].
    10098
    101 == Overpass server == #OverpassServer
    102 Configure the Overpass API instance used for downloading OSM data (for instance in [wikitr:/Help/Action/Download#DownloadfromOverpassAPI Download from Overpass API]). See [osmwiki:Overpass_API#Public_Overpass_API_instances for a list of servers].
     99== New OSM account messages and max age of closed OSM Notes ==
     100=== New OSM account messages ===
     101JOSM, by default, periodically checks for unread OSM account messages. Unchecking ''Periodically check for new messages'' will disable the check. Below the checkbox interval in minutes can be set (''default value'': 5).
     102
     103=== Max age of closed OSM Notes ===
     104The maximum age in days of closed [wikitr:/Help/Dialog/Notes Notes] can be set (''default value'': 7). In order to find all closed OSM Notes from the past set it to `99999`.
     105
     106
     107== Overpass server ==#OverpassServer
     108''**([wikitr:/Help/ExpertMode Expert mode] only)**''
     109Configure the Overpass API instance used for downloading OSM data (for instance in [wikitr:/Help/Action/Download#DownloadfromOverpassAPI Download from Overpass API]). See [osmwiki:Overpass_API#Public_Overpass_API_instances for a list of servers]. \\
     110With a checked ''Use Overpass server for object downloads'' the overpass server is used for all actions which request to download specified objects like [wikitr:/Help/Action/DownloadObject Download Object], [wikitr:/Help/Action/DownloadParentWaysAndRelation Download parent ways/relations …] or downloading (incomplete) members of relations.
    103111
    104112----