
RickO.15977 (Customer) asked a question.
I'm working to implement Okta into our asp.net web forms application. We have functionality that set a timeout for the application. Once this timeout is reached, a modal login window is displayed.
When the user enters their Okta username I can see the redirect to Okta, then I see the modal refresh to display "Loading...". It's at this point I get the Access is denied error which appears to be thrown from Okta Javascript code.
This error appears in the Global.asax.cs in the Application_BeginRequest method. Does anyone have any idea how to keep this error from happening?
Thanks!
