Identity Service with Keycloak
Summary
This release introduces several improvements and updates, including enhanced Python SDK functionality with a version bump to 0.0.8, support for Keycloak as an identity provider and OIDC option for Pyra 563, and new features for updating the issuer's IdP secret. Additionally, the release includes a fix for audience JWT checks, updates to the library name and Slack invitation link, refreshed banner and .gitignore files, and the removal of unused fields with regeneration of the Go client SDK. These changes enhance security, integration options, and developer experience.
What's Changed
- chore: Update library name and version by @jadiaconu in #87
- feat: python sdk improvements by @mkedjour in #85
- Pyra 563 support keycloak idp by @copasseron in #88
- feat(issuer): added a way to update the issuer's idp secret by @mkedjour in #90
- chore: Update Slack invitation link for Identity WG by @jadiaconu in #93
- feat: update idp secret by @rafaelsilva29 in #91
- Removed unsused fields and regenerated the Go client SDK by @mkedjour in #92
- feat: Update banner and gitignore by @jadiaconu in #96
- fix: add audience JWT check by @rafaelsilva29 in #97
- chore(pysdk): increased version to 0.0.8 by @mkedjour in #95
Full Changelog: v0.0.62...v0.0.63