Most voted "federation-authentication" questions
3 questions
Sort by count of
-
3
votes1
answer118
viewsASP.net MVC with WIF
When searching the web, I saw that it is not possible to register Assembly’s on the Razor view engine on Asp.net mvc as was done on webforms. <%@ Register TagPrefix="wif"…
-
1
votes1
answer80
viewsHow to make STS request User PIN after Logout
I’m having trouble executing a logout of the application using STS. After clicking the Logout button, I Expose all the cookies I have, until I give the signout command of Federationauthentication,…
-
1
votes1
answer73
viewsAction Does Not Perform
I am using STS authentication, and given certain configuration in web.config I can’t get my (Sign In) action to perform what it should. to elute follows code: [AllowAnonymous] public class…