Hello,
I have a WIF web application which authenticated with ADFS. I need to create an intermediate page which can be accessed anonymously. So when an anonymous user access website, it always open this intermediate page, from there, user can click 'Sign In' button or HyberLink to redirect to ADFS. After authenticated by ADFS, redirect back to real web page(such as 'Profile' page). When authenticated user click 'Sign Out' button, it should redirect back to intermediate page(anonymous page).
I can make it work to sign in by ADFS using this intermediate page. but when I try to sign out, it doesn't go back to anonymous page, it go to local sign page, which is not what I want.
Does anyone have sample code for this situation?
Thanks.