Server logs me in as different user
Hi, I have windows authentication setup on numerous ASP.NET websites on my web server. When I navigate to an application, it thinks I am logged in as Joe Bloggs rather than Dan Dare, if I query what...
View ArticleOAuth 2 refresh token invalid_grant
Hello,I am attempting to implement refresh tokens but my refresh request always ends up as HTTP 400 invalid_grant. This is a webapi project using OWIN and OAUTH2.Any ideas what might be the cause?///...
View ArticleMembership.GetUser() is really slow
I wrote a asp.net webforms application a few years ago where I created my own membership provider so I could authenticate my users against AD. I have a method in the application which calls...
View ArticleFacebook login and Google Mail Socal Login
Hi I was wondering if anybody new of any scripts comptable with sql and asp.net webforms c# that allows one to have a social login fuction
View ArticleASP.NET Identity: using Roles with Organizational Cloud or On-Premises...
I am struggling to implement Roles with Organizational Cloud or ADFS users. Is anyone aware of some good documentation, tutorials, or examples?
View Articleunlock membership users after wrong password attempts or getting wrong...
Hi,Is there a built in tool to do that or i will need to hard code that?
View ArticleOne time link for registering
Hy Guys, I'm new at coding in asp .net and I really need help on this one. I have a register.aspx page and I need to make another page to control this one. Something like hashregister.aspx to create a...
View Articleusers and roles for membership not working!
Hi,here is what i did in the main web.config file and yet it is not working! Do i need to do something special? The basic thing is not working.<authentication mode="Forms"><forms...
View ArticleGet client side details
Hi, I am trying to retrieve some details from the client side to store them on our database, idea is to authorize and deny certain machines to login on our system.Imagine, costumer will login on our...
View ArticleForms Authentication - Two Applications on 2 Servers
Hello,We have a ASP.NET application (A) running on a web server using Forms authentication (cookie based). We have another ASP.NET application (B), running on a different server. After a user logs-in...
View ArticleCalling web service over https
Happy New Year everyone!I installed an SSL certificate on my server and created a web forms application that included a web service. When using https in the URL, the browsers (IE, Chrome, Safari) are...
View Articlewhere to put IsAuthenticated method?
Hi All,I just started using form authentication in my application. Where I have a master page.So please let me know where to put code to verify whether user has logged in or not.protected void...
View ArticleFederated authentication for a .NET 2.0 web application with user accounts...
We are working (in parallel) on implementing federated authentication (against an external third party identity provider) for both our Sharepoint system and our old .NET 2.0 web application. For...
View ArticleDoes One Asp.net Identity have any user manager?
Hi, I am using VS 2013 RC and developing my first "One Asp.net" Application.I realized that all things about identity is changed and when I tried to connect old asp.net configuration manager it didn't...
View ArticleInvalidQuestion...
Hi there,Following is my web.config membership tag -<membership userIsOnlineTimeWindow="20"> <providers> <add connectionStringName="wSupportConnectionString"...
View Articlelogin to a website from another asp.net site with built in form authentication
I am working on a project where I have a dropdown menu on the main page of my site that allows the users to select which site they want to visit. Upon selection, the user is supposed to go to the site...
View ArticleNo Membership table?
Hi folks, I am using Microsoft Studio 2013 with 4.5Net.When I created a user from the register form, the following tables were created.I also updated the connections string in the web.config file and...
View ArticleUsing identity, does anyone have sample code for creating my own dll to have...
Using identity, the following is in the startup.auth.cs file to use SSO for twitter, Facebook, etc. How do i create my own for my own domains so they have single sign on across them. There is a dll...
View ArticleDeny access to specified folder in web.config using claim
hi ,how we can deny access to specified folder using claim instead of role?for example:<configuration><system.web><authorization><allow...
View ArticleIdentity without email verification
Hi!QuestionCan I use ASP.NET Identity on localhost, without using the email verification?Background I read that Identity uses email authentication for user registration. But I don't think my localhost...
View Article