How do i test an application which uses OWIN login

Viewed 25

I have built a web application that uses OWIN security to authenticate users againt Azure Active Directory. I have added the re-direct URL to Azure so that after successful authentication it goes to the live website.

This all works as expected.

If i want to add and test new features to the site i use Visual studio to add the code, but when i run from VS it performs the authentication and then re-directs to the live site, not running the additional code.

How do i set it up to re-direct back to the test version running in VS?

thanks

Gareth

0 Answers
Related