
blg66 (blg66) asked a question.
First off, sorry if this is not the correct category, but this seemed closer than anything else. My question is in regards to the initial configuration with an application.
Currently, we have an ASP.Net (4.5.2) webforms website. I've been reviewing the documentation about configuring our site to use Okta. However, all the instructions seem to be using ASP.Net MVC instead of webforms. We currently do not have MVC enabled on this site and want to keep it disabled if possible.
Is it required that we use MVC to configure Okta? I'm noticing a lot of "using" statements and functions that reference MVC, so it's seeming like we'll need to use that. Can anyone confirm that webforms will work? Also, any documentation or other links regarding Okta and webforms would be hugely helpful.
Thanks in advance.

Hi Stanley,
This is Alex with Okta support,
I recommend that you open a support case with Developer Support Team through an email to developers@okta.com so you can discuss this further.
Best regards,
I have the same question. Was very easy to do with Auth0. The Okta webforms samples simply do not work. Request.IsAuthenticated is always false.