Is your feature request related to a problem? Please describe.
Earlier with JWT by running the following command we're able to communicate with cloud-manager without browser authentication.
aio config:set jwt-auth jwt.json --file --json
aio config:set jwt-auth.jwt_private_key private.key --file
aio config:set cloudmanager_programid
aio config:set ims.contexts.aio-cli-plugin-cloudmanager.private_key private.key --file
aio cloudmanager:program:list-pipelines
Now as per adobe, JWT feature is deprecated and we need to use Oauth server-to-server credential instead.
Describe the solution you'd like
I'm suing this aio in one environment where browser based authentication is not possible. In this case how can I run the aio without browser authentication like deprecated JWT mention above ?