Questions tagged as 'federation-authentication'

1
answer

ASP.net MVC with WIF

When searching the web, I saw that it is not possible to register assembly's in the razor view engine in asp.net mvc as it was done in webforms. <%@ Register TagPrefix="wif" Namespace="Microsoft.IdentityModel.Web.Controls" Assembly="Microso...
asked by 24.04.2014 / 18:48
1
answer

How to make the STS request the User PIN after LogOut

I'm having trouble logging out of the application using STS. After clicking the Logout button, I expire all the cookies I have, until I give the FederationAuthentication signout command, but it does not request the PIN again Follow the log...
asked by 11.03.2014 / 19:59
1
answer

Action does not execute

I am using STS authentication, and given given configuration in web.config I can not make my action (Sign In) perform as it should. to illustrate follows code: [AllowAnonymous] public class SegurancaController : SecurityControlle...
asked by 07.05.2014 / 16:40