How to Initialize membership and roles provider at run-time
Is it possible to execute the ProviderBase.Initialize method on-demand? We are developing a web application which manages several businesses and each business has its own users and database with...
View Articlelogin without password
is it possible to login a user without a password? I want to introduce a master password Tia
View ArticleOracle Identity & access Management System(IAM)
I would like to know, had anyone used IAM for providing security to their WebApplications. If so, I request to please elaborate on the same ...
View Articledisable login prompt win asp.net application for windows authentication using...
Requirement :I am working on the scenario wherein I am changing my Application from FORMS Authentication to Windows Authentication.Status:As of now I am able to make the required changes and if I am...
View ArticleConfiguring app to run with medium trust "Remote Provider"
I'm using mysql in my asp.net application. When I try to run from explorer, return this error:Exceção de SegurançaDescrição: O aplicativo tentou executar uma operação não permitida pela política de...
View ArticleCan I have a mix of ADFS authentication and anonymous in the same project ?
HelloI have in the same VS project a UI and a web service (I know it's bad)I have updated the project to authenticate user that use the UI using ADFS but now my .asmx service also require to be...
View ArticleFacebook oAuth login
Hello everyone, I am trying to implement Facebook login/account creation. My login page redirects to Facebook and receives a proper response. However it seems to get stuck on the FBCallback page and...
View ArticleWindows Authentication
Hi,I'm building an internet web application with windows authentication enabled. I have configured the web.config file and i have enabled Windows Authentication as well as Anonymous authentication in...
View ArticleWindows Authentication
Hi, I am use to web development but I am new to windows authentication. I have a client that wants to use windows authentication. I can set it up through code with and IIS as it is shown on the...
View ArticleGet the logged in user in windows on the client
Hello everyone.I wonder how do I get the user logged on the client windows before authenticate via WINDOWS need before making some validations for only then authenticate.I have a asp.net mvc project 4...
View ArticleIP address authentication in web.config?
Hello all,Our web site is hosted on a Windows server and we are trying to work out how best we can implement IP address authentication for just one folder on our site (an entire university requires...
View ArticleHow use Asp.Net Identity 2 in a DDD design where models are isolated in a...
Hi, I have a project with DDD design, and the models are in a separated DLL. How I proceed to implement AspNet Identity in my solution without references of DLL from AspNet Identity to my domain? In...
View ArticleCustom User Service for Thinktecture Identity Server V3
I am trying to create a custom user service to authenticate a user against multiple user stores. As per my understanding I have to create a new service implementing interface IUserService.In my login...
View ArticleBrowser prompts for credentials only on published site
Hi all. I have an ASP.NET MVC site that uses Forms authentication. Security runs well on my development machine. My problem is that when I publish my site (Godaddy), when the user is redirected to the...
View ArticleAssigning user to a role
New to Visual Studio 2013. There is no configuration tool??? I have a webforms asp.net (vb) website. How should I go about adding a user to a role?
View ArticleLogin using Windows Authentication
We are converting one of our websites from Forms authentication (with login/password) to Windows authentication.We still need to define each user's access roles, but without login/password. So their...
View ArticleAccess to path [Destination Address] is denied - Upload problem on Hosting...
Hi,I am getting dissapointed of solving the problem I have in permission granting for website folders . The problem is when I want to upload a file (through UPLOAD CONTROL) I face this error:"Access to...
View ArticleAuthenticated Event After OpenIDConnect Login
I'm using Cookies and OpenIDConnect Authentication with an MVC app, and I'd like to add some claims to the user once they are logged in, but I'm not sure where to put the code. Is there any event that...
View ArticleCrypto.HashPassword length
Hi all,I'm using Crypto.HashPassword and I would just like to confirm if the generated hashed password's length is really fixed to 68? TIA.
View Articlesending link in e-mail
hi all,how should I send a url link in an e-mail, given that any access directly to the url will re-direct to the login page?When clicking on the link, the user will be re-directed to the login page....
View Article