adobe / aio-cli-plugin-aem-rde

Apache License 2.0
4 stars 13 forks source link

Support OAuth Server-to-Server credentials #31

Open kwin opened 1 year ago

kwin commented 1 year ago

As JWT service authentication is gonna be deprecated the new OAuth authentication should be supported in parallel. It is described in https://developer.adobe.com/developer-console/docs/guides/authentication/ServerToServerAuthentication/implementation/.

kwin commented 1 year ago

This requires https://github.com/adobe/aio-lib-ims/issues/120.

RemoLiechti commented 5 months ago

@RemoLiechti Something along the lines of https://github.com/adobe/aio-cli-plugin-cloudmanager?tab=readme-ov-file#service-account-authentication would help.

RemoLiechti commented 5 months ago

This is on our schedule currently.

RemoLiechti commented 5 months ago

tagged: SKYOPS-76944

kwin commented 4 months ago

FTR: This has been implicitly fixed already by https://github.com/adobe/aio-cli-plugin-aem-rde/commit/070c87a72f59e3d5b9607d7ac2dea85894b75191 (incorporates https://github.com/adobe/aio-lib-ims/issues/120) and is therefore supported since version 1.2.0. The only thing outstanding is the documentation how to use it.