1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-03-29 22:06:58 +02:00

Add changelog entry for new ProviderVerifier code

This commit is contained in:
Joel Speed 2022-02-17 10:07:53 +00:00 committed by Joel Speed
parent 82710a7ac1
commit 474a3b049e
No known key found for this signature in database
GPG Key ID: 6E80578D6751DEFB

@ -8,6 +8,7 @@
## Changes since v7.2.1
- [#1559](https://github.com/oauth2-proxy/oauth2-proxy/pull/1559) Introduce ProviderVerifier to clean up OIDC discovery code (@JoelSpeed)
- [#1561](https://github.com/oauth2-proxy/oauth2-proxy/pull/1561) Add ppc64le support (@mgiessing)
- [#1563](https://github.com/oauth2-proxy/oauth2-proxy/pull/1563) Ensure claim extractor does not attempt profile call when URL is empty (@JoelSpeed)
- [#1560](https://github.com/oauth2-proxy/oauth2-proxy/pull/1560) Fix provider data initialisation (@JoelSpeed)