How do I disallow expired user account from accessing a page?
I have a web page were anyone can register and login, but to make use of sales page the user must subscribe and the transaction ID will be sent to the user . My challenge is how do I disallow any user...
View ArticleAuthorization in asp.net 3.5 application
Hi all,I'm pretty new in asp.net.I am looking for a solution to manage the users, roles and login authorization with my asp.net 3.5 application.What is the best solution recommended?I looked online and...
View ArticleOAuth2 external login
Hi, I'm want my webbform application can let other user Login user using Oauth2 . They can't have the the provider ec Microsoft.Owin.Security.Google ....I have read the follow article...
View ArticleSingle Sign-on Forms Authentication
Can anyone help me out on Single Sign on forms authentication. I am trying to build a portal where a user can login and will be presented with a list of links to applications that he is authorized to...
View ArticleHow to increase access token expiration time
We are using OpenID mechanism to login into our application using third party credentials. For this we have app id and app secret keys. But when we authorize the request we are facing the access token...
View ArticleState Management and Security
Hi All,I'm working on one web application which uses Windows Authentication.We are rewriting old application which was written in asp.net and also uses Windows Authentication.Our current application...
View ArticleMulti device user session
I have developed a web application with a custom forms login. I am experimenting now with storing the session in SQL. What I am interested in doing is allow the user to persist the login like Facebook...
View Article: ASP.NET IIS Impersonation after server migration
Impersonation works fine when on server with IIS7 installed but fails on server with IIS8.5 installed. Any ideas on why impersonation will not authenticate?Exception...
View ArticleInput string was not in a correct format.
helloi used Asp.Net identity in multi tier programming.when i run my WebSite Application i get this error.image link : http://tinypic.com/view.php?pic=28s6k5l&s=8#.VJkjnP8ABgif its necessary i can...
View ArticleCan I get the Id of a newly created IdentityUser
I have all my membership classes in a class library I am using in an MVC app. Here is what I am trying:public DataResult CreateUser(BasicUserVM uservm) { DataResult dresult = new DataResult();...
View Articlelink to our site (under login) from WORD doc causes you to go to login page...
a link inside a WORD doc .docx to our site of a page that is under login sends the user to the login page even thou they are already logged in. how to fix without telling users to add a DWORD to their...
View ArticleHow to assign page wise privileges programmatically in asp.net
How to assign page wise privileges programmatically in asp.net
View ArticleHow to enable ASP.NET identity authentication for a certain page
HI, ExpertsI am just getting started ASP.NET Identity. seems many things changed from the classic Forms Authentication. I created a new ASP.NET project with Forms template in VS 2013. and...
View ArticleWhat is the difference between single sign on(SSO), OpenID and OAuth ?
i like to know what What is the difference between single sign on(SSO), OpenID and OAuth ?please some one explain 3 different things briefly and when which one is used?try to explain with example...
View ArticleAdministrator assigning or resetting a user password through Membership class
I have been trying to find a way to give an Administrator the ability to reset or provide a new password for a user through the membership class. I'm beginning to think that the membership class...
View ArticleHow can i add html email template UI for email confirmation in asp.net mvc5...
By Default asp.net mvc5 Identity 2 email confirmation comes with this code.await UserManager.SendEmailAsync(user.Id, "Confirm your account", "Please confirm your account by clicking <a href=\"" +...
View ArticleC# Identity - forgot password email
Hi,I am developing a project in Visual Studio 2013 with ASP.NET Identity and Visual C#. For this project, I have added an extra field in the registration page to allow for the entry of a username - for...
View Articleincrease time for login session
hi for alli have website used membership security ;every account have page to add some information for each user;all user are slowly data entry when there added information press on add button .problem...
View Articlelosing the authentication on rest call
asp.net.4. web formson local domain rest call i am loosing the authentication.. so on the call itself i enter the user name password... req.PreAuthenticate = true; string cre =...
View ArticleImplementing Impersonation
Hello everyone, I have a page that can only be accessed by authenticated users. This page allows authenticated users to upload images to the server. This page worked fine on my local machine but after...
View Article