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

Popular posts from this blog

java - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -