I am looking for a way to get the access token using password grant-type in an organization context.
I know that Authorization code flow is the choice to get it. But I need it for test automation to be able to get token without user’s involvement. And it has to be in org context so that JWT token can have org related information.
Unfortunately our Organization feature does not currently support the Resource Owner Password grant type. This is listed in the limitations section of our Organizations documentation linked below.