Update dependency istio-ecosystem/authservice to v1.0.3
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
istio-ecosystem/authservice | ironbank-github | patch |
v1.0.2 -> v1.0.3
|
Warning Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
istio-ecosystem/authservice (istio-ecosystem/authservice)
v1.0.3
Authservice 1.0.3 adds support for PKCE in the Authorization Code Grant Flow. Thanks @gdasson for your contribution! More details about PKCE can be found here:
https://oauth.net/2/pkce/ https://blog.postman.com/what-is-pkce/
It also comes with a change to not allow Client IDs to have the :
character, as it breaks client authentication when calling the token endpoint. This is now properly validated and the configuration is rejected.
Detailed Changelog
- Validate that clientId does not contain ':' by @nacx in https://github.com/istio-ecosystem/authservice/pull/266
- chore: use a better maintained and more flexible license checker tool by @nacx in https://github.com/istio-ecosystem/authservice/pull/267
- Add support for PKCE by @gdasson in https://github.com/istio-ecosystem/authservice/pull/265
New Contributors
-
@gdasson made their first contribution in https://github.com/istio-ecosystem/authservice/pull/265
Full Changelog: https://github.com/istio-ecosystem/authservice/compare/v1.0.2...v1.0.3
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Merge request reports
Activity
assigned to @stas
mentioned in issue #57 (closed)
added Awaiting Response label
- Resolved by Stanislav Bondarenko
- Resolved by Stanislav Bondarenko
mentioned in commit 83f7c9ca