Click here to Skip to main content
15,889,838 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
At a customer location is someone tries to access our application directly we are supposed to redirect it to their SSO and that validates and returns it to our SSOLogin page that checks if the user is authenticated and then fetches the user name from the owin context and then loades the default page with appropriate previlages.

It was working fine but lately after a few changes it stopped redirecting back to our ssologin page instead it redirects back to out default page and give error 500.

The new web.config works fine with the old build, so it's not web.config or iis issue.

What's wrong?

Thanks

What I have tried:

We tried comparing all related changes and not able to find anything that might have caused it. We even tried to revert the startup.cs and SSOLogin.aspx.cs pages to the version that was working. Nothing works.
Posted
Comments
20212a 24-Feb-21 16:22pm    
I'm not sure how anyone can help you.
[no name] 24-Feb-21 16:44pm    
Back out your changes until it works again. Repeat until your changes work.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900