I have a ASP
Web app have single sign-on with our ADFS server.
If I link to the ASP
Web, it popup a windows authentication dialog which want to connect ADFS server. Now when I was successful authenticated,I can redirect to the realm url which I set in web.config of the App Web. But when I cancel the windows authentication, the page is blank, and the url is https://adfs.server.com/asdf/ls/wia?wa=wsignin1.0&wtrealm=url&wctx=url&wct=2014-12-18T06%3a05%3a21Z
How can I specify a custom page where user should be redirected after user cancel windows authentication?