1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2024-11-21 17:57:04 +02:00
oauth2-proxy/pkg
Vish (Ishaya) Abrams 4e2013e6ba
fix: update code_verifier to use recommended method (#2620)
The [RFC](https://datatracker.ietf.org/doc/html/rfc7636#section-4.1)
says that a code verifier just uses unreserved characters, but the
recommended method is that it is a base64-urlencoded 32-octet url. Some
implementations of PKCE (most notably the one used by salesforce)
require that this is a valid base64 encoded string[1], so this patch
switches to using the recommended approach to make it more compatible.

[1]: https://help.salesforce.com/s/articleView?id=sf.remoteaccess_pkce.htm&type=5
2024-11-06 15:16:39 +01:00
..
apis feat: add CF-Connecting-IP as supported real ip header (#2821) 2024-11-04 23:28:08 +01:00
app chore(deps): Updated to ginkgo v2 (#2459) 2024-07-18 22:41:02 +02:00
authentication/basic chore: fix function names in comment 2024-09-15 09:34:15 +02:00
clock chore(deps): Updated to ginkgo v2 (#2459) 2024-07-18 22:41:02 +02:00
cookies fix: runtime error: index out of range (0) with length 0 (#2328) 2024-10-08 14:40:41 +02:00
encryption fix: update code_verifier to use recommended method (#2620) 2024-11-06 15:16:39 +01:00
header chore(deps): Updated to ginkgo v2 (#2459) 2024-07-18 22:41:02 +02:00
http Add support for systemd.socket 2024-10-23 09:35:47 +02:00
ip feat: add CF-Connecting-IP as supported real ip header (#2821) 2024-11-04 23:28:08 +01:00
logger Request ID Logging (#1087) 2021-03-21 18:20:57 +00:00
middleware doc: fix typo in function description (#2738) 2024-08-20 18:41:23 +02:00
providers fix: unable to use hyphen in JSON path for oidc-groups-claim option (#2619) 2024-10-07 20:08:44 +02:00
requests better handling of default transport modification 2024-10-06 21:43:38 +02:00
sessions chore(deps): Updated to ginkgo v2 (#2459) 2024-07-18 22:41:02 +02:00
upstream fix: websocket path rewrite (#2300) 2024-11-04 23:12:35 +01:00
util Issue: 2236 - adds an option to append CA certificates (#2237) 2023-10-25 11:36:17 +01:00
validation better handling of default transport modification 2024-10-06 21:43:38 +02:00
version feat: Replace default Go user-agent with oauth2-proxy and version (#2570) 2024-07-14 21:09:17 +01:00
watcher Fix Linting Errors (#1835) 2022-10-21 11:57:51 +01:00