Alexcei
Alexcei
There is a listener with Oauth2 filter. User is not yet authorized. User sends a request with non-ASCII characters to Envoy like this `https%3A%2F%2Freg-portal.ca.dev.kontur.ru%3A4433%2FRC%2FSearch%2FLocal?stateGroup%3D0%26typeGroup%3D0%26isFromForm%3DFalse%26Query%3D%D0%B2%D0%B2%D1%81` Once user authorize (login and password...
Commit Message: Fix handling urls with Non-ASCII symbols on OAuth2 filter Additional Description: http_parser library was replaced by GURL library in the OAuth2 filter for valudation url Risk: Medium Testing:...
Commit Message: **OAuth2 filter: fixing the lifetime of the refresh token**. The refresh token is not expired together with the access token. So, once the access token is expired, the...