pomerium/authenticate
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
..
authenticate.go authenticate: support hot reloaded config (#984) 2020-06-24 00:18:20 +07:00
authenticate_test.go authenticate: support hot reloaded config (#984) 2020-06-24 00:18:20 +07:00
handlers.go internal/sessions: handle claims "ver" field generally (#990) 2020-06-24 22:06:17 +07:00
handlers_test.go authenticate: revoke current session oauth token before sign out (#964) 2020-06-23 00:55:55 +07:00