Skip to content

How to authenticate with aio for Oauth server-to-server credential (without browser authentication) like old/depreicated Service account(JWT) ? #676

Description

@sanith01988

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 ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions