Forum Discussion
GarethParry
Sep 14, 2022Copper Contributor
How do i test an application which uses OWIN login
Hi, I have built a web application that usesOWIN security to authenticate users againt Azure Active Directory. I have added the re-direct URL to Azure so that after successful authentication it goes...
chilberto
Sep 15, 2022Iron Contributor
Hello Gareth,
You will need to specify the re-direct to your local endpoint. In case you are not aware, the redirect happens at the client (browser) so a local reference (for example, https://localhost:7071/mywebsite) is ok.
You will also need to add teh redirect url in your application registration in AAD.
You will need to specify the re-direct to your local endpoint. In case you are not aware, the redirect happens at the client (browser) so a local reference (for example, https://localhost:7071/mywebsite) is ok.
You will also need to add teh redirect url in your application registration in AAD.