OAuth Server-to-Server credential Integration with aio
Hi,
With Service Account (JWT) credential, by following below commands we are able to configure credential and private key.
aio config:set jwt-auth PATH_TO_CONFIG_JSON_FILE --file --json
aio config:set jwt-auth.jwt_private_key PATH_TO_PRIVATE_KEY_FILE --file
But as per new update from adobe this feature is deprecated and we need to go with OAuth Server-to-Server credential. How can I configure oauth with aio ?

