Hello All, I am writing a Perl web application.and i am getting the following error "http://testchandan.com:5001/?error=invalid_request&error_description=The+authentication+request+has+an+invalid+‘state’+parameter."
Plack::Middleware OAUTH module generating the Authentication request for the following https://dev.oktapreview.com/oauth2/v1/authorize?response_type=code&scope=openid&redirect_uri=http%3A%2F%2Ftestchandan.com%3A5001%2Fsynchronydev%2Fcallback&client_id=0oaze2n479fgbqisx0h7 `
I have added the “state” parameter in the module config but the call is not generating the call with “state” parameter. Do we have any process in order to bypass the “state” parameter in OKTA?