adobe / aio-lib-java

Adobe I/O - Java SDK
https://opensource.adobe.com/aio-lib-java/
Apache License 2.0
6 stars 19 forks source link

`aem` add OAuth2 Support to our `aem` bundle #186

Closed francoisledroff closed 2 months ago

francoisledroff commented 1 year ago

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

francoisledroff commented 6 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.

francoisledroff commented 2 months ago

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.