0

I built a MVC 4 app with VS2012, WIF and Identity and access tool. I am using Windows azure AD for authentication. My app is registered with windows azure and whenever the authentication is successful, it redirects to the index page. But I want it to redirect to another page which will do further processing of the request.

I am not able to achieve this as windows azure always redirects to the index page. I tried changing the "Reply URL" in the azure management portal but it does nothing. Is there a way I can redirect the page to say /Mycompany/Verify page instead of the home or the index page ?

Thanks in advance !

4

1 回答 1

0

您可以利用 WS-Federation 'wctx' 参数来传递重定向 URL。有关更多上下文,请参阅此答案https://stackoverflow.com/a/8281399/2899711

于 2014-04-28T12:20:35.693 回答