Hi ,
In my Solution I have 2 projects, in my first project I had created owin startup class, there I have the middleware for okta.
In my 2 project , if I try to call okta challenge method , I am getting error
no owin environment was found in the context.
If I call the okta challenge method in my first project , I didn’t get any error.
Since in my Solution after Owin start up executed in first project, flow will go to 2 project there I need to make okta challenge call
Also I had installed all the necessary nuget packages in the both projects.
So here how I can call okta challenge call in my second project or how I call okta challenge call in my first project after Owin start up executed
Technology I am using is .net framework