My client application needs to make authenticated requests and retrieve data from any JIRA instance. From the JIRA OAuth example, the client needs to configure the values for request token URL, access token URL and authorization URL and these values are dependent on the BASE URL. My client application only allows a constant value for these fields. I want to confirm if the BASE URL is always different for each company/business that uses JIRA?
Also, what configuration changes should the company admin who has a JIRA account that wants to allow access from my application have to make?