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.