Closed francoisledroff closed 2 months ago
So this would need us to add the ability for com.adobe.aio.aem.workspace.internal.WorkspaceSupplierImpl
to build an OAuthContext
and pass it to the Workspace
(adding the needed oauth config entries within com.adobe.aio.aem.workspace.ocd.WorkspaceConfig
.
the following associated PR https://github.com/adobe/aio-lib-java/pull/224 has been merged consequently aio-lib-java version 2.0.0-SNAPSHOT has been released. we will release a proper non snapshot version after a round of testing.
The
aem
Workspace Supplier is missing the OAuth2 support (recently introduced in this sdk) see https://github.com/adobe/aio-lib-java/tree/main/aem/core_aem#workspace-configuration.Related