What would be the best way to have a custom asp webforms authentication working along with Okta authentication?

Currently, we have a legacy asp.net web forms application. It has a custom authentication using session variables. Now, one of our customers wants Okta to authenticate its users, as Single Sign On. What would be the best approach to achieve it?
Thanks.