pomerium/internal
Cuong Manh Le 505ff5cc5c
internal/sessions: handle claims "ver" field generally (#990)
"ver" field is not specified by RFC 7519, so in practice, most providers
return it as string, but okta returns it as number, which cause okta
authenticate broken.

To fix it, we handle "ver" field more generally, to allow both string and
number in json payload.
2020-06-24 22:06:17 +07:00
..
cmd/pomerium authenticate: support hot reloaded config (#984) 2020-06-24 00:18:20 +07:00
controlplane controlplane: add robots route (#966) 2020-06-22 11:48:59 -07:00
cryptutil authenticate: add jwks and .well-known endpoint (#745) 2020-05-21 11:46:29 -07:00
databroker/memory telemetry: add tracing spans to cache and databroker (#987) 2020-06-23 13:08:21 -04:00
directory internal/directory/okta: store directory information by user id (#991) 2020-06-24 21:56:51 +07:00
encoding *: remove import path comments (#545) 2020-03-16 10:13:47 -07:00
envoy internal/envoy: improve handleLogs (#929) 2020-06-19 09:14:10 +07:00
fileutil *: remove import path comments (#545) 2020-03-16 10:13:47 -07:00
frontend authenticate: hide impersonation form from non-admin users (#979) 2020-06-23 22:09:33 +07:00
grpc cache: add client telemetry (#975) 2020-06-22 18:18:44 -04:00
hashutil authenticate: save oauth2 tokens to cache (#698) 2020-05-18 17:10:10 -04:00
httputil config: add PassIdentityHeaders option (#903) 2020-06-22 10:29:44 +07:00
identity authenticate: revoke current session oauth token before sign out (#964) 2020-06-23 00:55:55 +07:00
log envoy: use envoy request id for logging across systems with http and gRPC (#691) 2020-05-18 17:10:10 -04:00
middleware authorize: allow CORS preflight requests (#672) 2020-05-18 17:10:10 -04:00
protoutil feature/databroker: user data and session refactor project (#926) 2020-06-19 07:52:44 -06:00
scheduler feature/databroker: user data and session refactor project (#926) 2020-06-19 07:52:44 -06:00
sessions internal/sessions: handle claims "ver" field generally (#990) 2020-06-24 22:06:17 +07:00
telemetry cache: add client telemetry (#975) 2020-06-22 18:18:44 -04:00
testutil controlplane: xds unit tests (#770) 2020-05-25 11:14:07 -06:00
tripper *: remove import path comments (#545) 2020-03-16 10:13:47 -07:00
urlutil authenticate: save oauth2 tokens to cache (#698) 2020-05-18 17:10:10 -04:00
version *: remove import path comments (#545) 2020-03-16 10:13:47 -07:00