asp.net mvc - MVC5 OWIN ws-federation AuthenticationManager.GetExternalLoginInfoAsync() returns null -
i'm trying setup integrated owin ws-federation (adfs) authentication in new mvc 5 project in visual studio 2013. wsfederation in startup.auth configured follows:
app.usewsfederationauthentication(wtrealm: "myrealm", metadataaddress: "https://myadfsinstancehost/federationmetadata/2007-06/federationmetadata.xml");
federation button @ login page works fine. adfs login page achievable, can log in there. required cookies seems being set properly. @ least there passed .aspnet.externalcookie cookie. when callback mvc app performed, in externallogincallback controller authenticationmanager.getexternallogininfoasync() returns null.
Comments
Post a Comment