Facing OKTA Login issue in AspNet web form Application

Hey Folks,
I am running Asp.Net webform application for OKTA login but facing the issue after the click on Login button.Once Click on Login button below error is coming,
if (tokenResponse.IsError)
{ throw new Exception(tokenResponse.Error); }

Please find screen shots for same.
Please help me out or any suggestion if you have.