tagged [authentication]

Register with Phone number instead of email using mvc identity

Register with Phone number instead of email using mvc identity I have a requirement in my web application, that I need to register a user with their phone number instead of email and password. The sys...

ASP.NET - Manual authentication system

ASP.NET - Manual authentication system We're developing an ASP.NET C# application, which will contain an authentication system that authenticates users in multiple levels (user, admin, super-admin, et...

What is GenericIdentity?

What is GenericIdentity? Can anyone briefly explain what is the use of GenericIdentity and where to use it.

4 May at 07:38

What is the cleanest way to leverage Forms Authentication from ServiceStack?

What is the cleanest way to leverage Forms Authentication from ServiceStack? I'm trying to integrate ServiceStack with an existing Web Forms site. The site uses Forms Authentication along with some cu...

How to do token based auth using ServiceStack

How to do token based auth using ServiceStack How would I implement the following scenario using ServiceStack? Initial request goes to `http://localhost/auth` having an Authorization header defined li...

ASP.NET - Redirect to Error Page if Roles Authorization Fails

ASP.NET - Redirect to Error Page if Roles Authorization Fails I am using MVC 3 with Forms Authentication. On my controller or methods, I am doing the following: In this situation, I want to check if t...

Testing ServiceStack Basic authentication

Testing ServiceStack Basic authentication ServiceStack provides an example where the different methods of authentication are tested in code. I was trying to build a simple browser test, just to see ho...

How can I disable basic authentication on Tomcat 5.5.27

How can I disable basic authentication on Tomcat 5.5.27 Please let me know how can I disable basic authentication on Tomcat 5.5.27

8 Dec at 02:36

How can I overwrite Login Url in ServiceStack.MVC authentication?

How can I overwrite Login Url in ServiceStack.MVC authentication? How can I override login Url? Could you add it to AuthenticateAttribute as property?

ServiceStack authentication database schema change?

ServiceStack authentication database schema change? I am wondering if we could modify ServiceStack authentication generated UserAuth, UserAuthDetails etc schema? Need a few more fields to existing Use...

26 Oct at 05:47