mirror of
https://github.com/fatedier/frp.git
synced 2026-05-21 06:45:32 -06:00
auth: enhance OIDC client with TLS and proxy configuration options (#4990)
This commit is contained in:
parent
7cfa546b55
commit
abf4942e8a
6 changed files with 108 additions and 8 deletions
|
|
@ -1,3 +1,4 @@
|
|||
## Features
|
||||
|
||||
* Add NAT traversal configuration options for XTCP proxies and visitors. Support disabling assisted addresses to avoid using slow VPN connections during NAT hole punching.
|
||||
* Enhanced OIDC client configuration with support for custom TLS certificate verification and proxy settings. Added `trustedCaFile`, `insecureSkipVerify`, and `proxyURL` options for OIDC token endpoint connections.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue