pomerium/authorize
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
..
evaluator authenticate: move impersonate from proxy to authenticate (#965) 2020-06-22 11:58:27 -06:00
authorize.go cache: add client telemetry (#975) 2020-06-22 18:18:44 -04:00
authorize_test.go feature/databroker: user data and session refactor project (#926) 2020-06-19 07:52:44 -06:00
check_response.go authorize: get claims from signed jwt (#954) 2020-06-22 09:51:32 +07:00
grpc.go internal/sessions: handle claims "ver" field generally (#990) 2020-06-24 22:06:17 +07:00
grpc_test.go feature/databroker: user data and session refactor project (#926) 2020-06-19 07:52:44 -06:00
run.go telemetry: add tracing spans to cache and databroker (#987) 2020-06-23 13:08:21 -04:00
session.go authorize: get claims from signed jwt (#954) 2020-06-22 09:51:32 +07:00
session_test.go feature/databroker: user data and session refactor project (#926) 2020-06-19 07:52:44 -06:00