adobe / aio-lib-java

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

GH-186 adding `OAuth2` Support to the `aem` bundle #223

Closed hayatkha closed 4 weeks ago

hayatkha commented 1 month ago

The aem Workspace Supplier is missing the OAuth2 support (recently introduced in this sdk). Added 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. https://developer.adobe.com/developer-console/docs/guides/authentication/ServerToServerAuthentication/#oauth-server-to-server-credential

related issues: https://github.com/adobe/aio-lib-java/issues/186