ASP.Net Membership provider without using database
Hi,I am working on a website that needs authentication/authorization, one thing special about this site, it does not store user/roles, instead it relies on other sites to authenticate users and...
View ArticleLocking user windows screen after changing password
Hi,we are trying to create a website to have the user change and manage their own password with Active Directory, OpenLdap and other system.when the user changes the password in Active Directory is...
View ArticleHttpClientCertificate: Automatically validated by IIS?
Hi,we plan to use client certificates to authenticate the users of our web application. Therefore we make the root certificate accessible on the web server and configure IIS (unfortunatelywestilluse...
View ArticleBlock particular domain in accessing a website
Hi All,I want to block particular domain in accessing a website.Example:-Lets say my website is www.ram2015.com and lets say there is a domain : xyzdomainSo if any user try to access www.ram2015.com...
View ArticleBest practice regarding password reset and user authorization
Hi,I'm about to create a "simple" user registration web application and I'm wondering how to do it the best way possible. I'm not looking for actual code, but more tips on how to do it right. Posting...
View Article'dbo.aspnet_CheckSchemaVersion' error sometimes
I updated our site a while back and now sometimes it throws a "Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'" error.After searching I found the links to create the stored procedure...
View ArticleASP.NET administrative tool
Hi, I followed until steps 3, but when I run the command, nothing appearsource - http://forums.asp.net/t/1940600.aspxcan someone help?
View ArticleHow to use azure table in ASP.NET identity?
We are building a windows store app and instead of using AZURE AD, we are planning to use ASP.NET Identity for user registration and authentication.How can we use azure table as custom storage provider...
View ArticleHow to control the authorization of a user to a folder (who been...
Hi,How to control the authorization of a user to a folder (who been authenticated using sso) Single Sign on? For Ex:-I have a "WFM" folder is there and users from work flow manager( WFM ) can access...
View ArticleMutual Authentication: Client vs Intermediate Certificates
We are trying to establish 2-way SSL, or mutual authentication in IIS 7.5 We are using this article as a guide:http://manyrootsofallevilrants.blogspot.com/2012/11/configure-ssl-mutual-two-way.html This...
View ArticleRetrieve user information in External Login
HiI implemented external login and I want to retrieve user information. For example in an Yahoo account I can use the code in last part of http://www.oauthforaspnet.com/providers/yahoo/ for this...
View ArticleMissing Email Claim
I am updating our Web Application to use both Windows Live and Office 365 authentication. The claims returned for the Windows Live authentication using Owin do not seem to return the Email claim...
View ArticleAuthorization tokens expiring early
Hello everyone. I have implemented security for my web api (individual accounts) as discussed here.I have hosted the website on godaddy (shared hosting) and its working fine. When I ask for token by...
View ArticleHow to use ASP.net Identity and EF in such a way that users can see data...
I have created a web for application with EF Code First approach.How do I use ASP.net Identity and EF in such a way that users can see data created by them only.Users will be entering information in...
View ArticleWhat are the minimum Remote Powershell permissions required for a user?
I am writing a web service which needs to execute remote powershell in logged-on user context.The application works fine if the logged-in user is a member of administrators group on remote machine,...
View ArticleUnable to load Website Administrative Tool
Hi, I went to cd c:\program files\iis express and runiisexpress.exe /path: C:\Windows\Microsoft.NET\Framework\v4.0.30319\ASP.NETWebAdminFiles /vpath:"/asp.netwebadminfiles" /port:12345 /clr: 4.0...
View ArticleUser ANONYMOUS is not allowed to receive the page
Hi,We have a Web Browser control in our application, dynamically url are used to browse pages in Web Browser.We have installed this application in two machines.In One machine its working fine.In second...
View ArticleKindly explain how Current thread realizes that user is Authenticated ( How...
Kindly explain how Current thread realizes that user is Authenticated ( How User.Identity.IsAuthenticated gets true?)When is that actually IsAuthenticated gets value true (normally its read only) ? In...
View ArticleAuthentication and Authorization Roles
I'm Authenticating the user which works fine. But then I want to give that authenticated user a role so they can access a directory on the website.For some reason the role is not working.Web.config...
View ArticleRetrieve information from Bearer Token
I have an MVC website that is calling a WebAPI in another project. The WebAPI uses OWIN and implements OAuth security. I will be using a Bearer Token to communicate between the MVC and WebAPI...
View Article