Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ims document OAuth2 Server-to-Server support and associated Workspace Configurations #172

Closed
francoisledroff opened this issue Aug 24, 2023 · 1 comment

Comments

@francoisledroff
Copy link
Collaborator

francoisledroff commented Aug 24, 2023

With PR 166 we now have OAuth Support.
We still need however to document it.

Related:

francoisledroff added a commit that referenced this issue Sep 2, 2024
This PR introduces version `2.0.0` with a few breaking changes to reach simplified code and easier API in our sdk:
* added oAuth support in aem (GH-186)
* simplified/trimmed-down`aio-lib-java-ims` API:  
  * the `ImsService` interface is unified (wether leveraging JWT or oAuth)
  * all `systemEnv`, `properties` and `configMap` Builders methods are removed and replaced by
     * an enriched `WorkspaceUtil` allowing a safer load of the system properties. 
  * with simpler JWT support
     * trimming down the privateKey configurations options to just one: using a base64 encoded pkcs8 format
* updated the various docs and test drive accordingly (GH-172)
* updated the various unit-tests and adding a bit for junit coverage
* deleted of a few unused configurations files
* added a new `stage_oauth_itest` GH workflow and `aio_stage_oauth` environment and GH oauth e2e
@francoisledroff
Copy link
Collaborator Author

the following associated PR #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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant