We're working to get the Auth token for a user from Jira. This Auth token will be used to make API calls to get the Issues from the Jira platform for the users (my agents). To get this Auth token, I'm getting the username & password of my agent, however, there is no API for Password grant to get the Auth token in the Jira APIs. All their OAuth authentication is also 3LO (3 Legged OAuth, Where the user has to be involved). Is there an easier way to extract the OAuth using simple username and password.
Note: I have checked the Basic Authentication feature to make API calls, But it also requires username and API token of the agent. I don't think it's possible to individually create the API token for each agent.