mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-02 11:56:02 +02:00
"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. |
||
---|---|---|
.. | ||
authenticate.go | ||
authenticate_test.go | ||
handlers.go | ||
handlers_test.go |