﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7943	Default OAuth settings not in line with used API server	Don-vip	team	"I switched to master dev OSM API server (http://api06.dev.openstreetmap.org) to fix #7938 and it took me a moment to understand why I wasn't able to create a changeset. 
After setting up the API server, I created a new OAuth token with the wizard, but did not see that the default advanced params are always set to:
{{{
Request Token URL: http://www.openstreetmap.org/oauth/request_token
Access Token URL: http://www.openstreetmap.org/oauth/access_token
Authorize URL: http://www.openstreetmap.org/oauth/authorize 
}}}

Two things to fix:
- When a complete custom API server is set, the defaults settings should not be used and the user forced to enter the OAuth URLs
- When [http://apis.dev.openstreetmap.org a known dev OSM API] is used (i.e. ending by dev.openstreetmap.org), the default settings should be set to
{{{
Request Token URL: http://<name>.dev.openstreetmap.org/oauth/request_token
Access Token URL: http://<name>.dev.openstreetmap.org/oauth/access_token
Authorize URL: http://<name>.dev.openstreetmap.org/oauth/authorize 
}}}"	defect	closed	normal	16.02	Core		fixed	OAuth	
