-
Notifications
You must be signed in to change notification settings - Fork 54
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
feat(SSI): implements the MIW client #489
feat(SSI): implements the MIW client #489
Conversation
7219002
to
df91818
Compare
…r using the MIW APIs
df91818
to
663cd32
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cool stuff! i guess we can then finally retire the InMemoryVault
and the VaultMemoryExtension
-> in a housekeeping pr
/** | ||
* OAuth2 client for fetching an access token to be added when using the MIW APIs | ||
*/ | ||
@ExtensionPoint |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: could be a @FunctionalInterface
cf97446
into
eclipse-tractusx:previews/preview_0_1_1_snapshot
…r using the MIW APIs (#489)
* feat: upgrade to 0.1.1-SNAPSHOT, fix resulting compile errors * chore: fix tests (#479) * feat: Initial implementation of Catena-X policies (#477) * Initial implementation of Catena-X policies * Add header * Fix checkstyle * Fix typo * Fix typo * Add javadoc * Add javadoc * Switch token eval to a policy validator function * chore: fix tests (#481) * feat(policy): (#487) * Cleanup namespaces, add extension class, implement summary constraint * Update credential names; add rule bindings * feat(SSI): implements the MIW client with Oauth2 as token provider for using the MIW APIs (#489) * fix: version catalog * feat(ParticipantIdentity): implements the ID extractor (#504) * feat(ParticipantIdentity): implements the ID extractor for the summary credential + E2E test * feat(ParticipantIdentity): more tests and ID extractor exception if identity not extracted * feat(ParticipantIdentity): add audience validation + tests * fix after review * remove short-term cache invalidation --------- Co-authored-by: Enrico Risa <[email protected]> Co-authored-by: Jim Marino <[email protected]>
WHAT
Implements the MIW client with Oauth2 as token provider for using the MIW APIs
WHY
SSI/MIW integration
FURTHER NOTES
Closes #466