Changes between Initial Version and Version 1 of Ticket #22596, comment 20


Ignore:
Timestamp:
2023-11-16T21:20:24+01:00 (2 years ago)
Author:
taylor.smock

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22596, comment 20

    initial v1  
    221. You want `OAuth20Parameters`, not `OAuthParameters`. It doesn't (currently) refresh the token, but with additional users, it will be worthwhile to add that ability.
    332. We had an issue where we were sending authentication information to servers that were not the original server. Example: osm -> aws for GPX traces. Feel free to file a patch so that we can send authentication information to servers that match the following:
    4   * Same protocol (`http != https`) -- `http -> https` is probably fine, but I'd rather define the security of the protocol.
     4  * Same protocol (`http != https`) -- `http -> https` is probably fine, but I'd rather not define the security of the protocol.
    55  * Same host (`data.usgs.gov != other.data.usgs.gov`)