adobe / aio-lib-java

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

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

Open francoisledroff opened 9 months ago

francoisledroff commented 9 months 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 1 month 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.