HttpCookie - Okta OIDC ASP.Net Webforms

Hey,

My application is ASP.Net Web forms application and I am trying to implement SSO using Okta OIDC. How do I setup the http cookie in the application after successful authentication and how to check whether the cookie is valid for each requests ?
I could check the http Request.IsAuthenticated property , is that the right way to use it ?