Google OAuth offers a discovery URL to fetch the various endpoints and certificate information. (Example here, it returns JSON with the data)
Does the Bing OAuth API have a similar URL available or shall we trust the documented URIs shall never change?
The Microsoft account OAuth service does not provide similar auto-discovery end points. You should assume these end points will not change in the near future since it would break a whole lot of apps. :)