Commit f36b399
committed
fix openziti/ziti#3352 adds api session ressumption to edge_apis
adds method type, ApiSession interface JSON wrapper
- adds string alias type AuthMethod
- adds AuthMethodEmpty as a sentinal type
- adds ApiSessionJsonWrapper to allow direct (un)marshalling of
ApiSession via interface
- adds the ability to provide custom http client and transports
- adds an inline OAuth2/OIDC rp token authentication
- update redirect URI handling, ensure default uses ported value1 parent 2c78134 commit f36b399
File tree
22 files changed
+2274
-1507
lines changed- edge-apis
- ziti
- edge/posture
- sdkinfo
22 files changed
+2274
-1507
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
1 | 17 | | |
2 | 18 | | |
3 | 19 | | |
| |||
0 commit comments