How to remove NONCE tag or specify EncodingType attribute for NONCE on...
Dear All,I have been trying to access SSL enabled secured web service from a .NET application but couldn't gain access whatsoever. I'm using WSE 2.0 on client application to supply credentials using...
View ArticleForm Authentication
Experts!Till date i was not using asp.net form authentication to register users in website.I used to make form manually and store data in sql server using stored procedures.Now i want to use asp.net...
View ArticleUsing FormsAuthentication_OnAuthenticate in global.asax.cs
I would like to use roles and membership without using the ASP.net membership. As a result, I use the FormsAuthentication_OnAuthenticate in global.asax.cs instead ofusing the conventional...
View Articleasp.net Identity, Always remove user from the wrong role
Hi, i'm using asp.net mvc 5, I got 4 roles and some users in my database, there are 2 roles of them called purchase (name: PURCHASE) and production (name: PRODUCTION).If a user got 3 roles (purchase,...
View Articlemembership provider
Dear experts,I need to use the roles and users created by memebership provider of one application in another application . is it possible kindly reply me how to do it. Regards,Hariharan
View ArticleMembershipReboot
Hi all,I've been looking at MembershipReboot (MR) over the last couple of days. I'm told it's more powerful and flexible than the default SimpleMembership provider. However, I will not be using Entity...
View ArticleSessionSecurityToken IsReferenceMode
I need to use server side caching of the SessionSecurityToken, to this end I set the IsReferenceMode = true on the instance of SessionSecurityToken. When I inspect the traffic from browser to server I...
View ArticleHow to pass user details remotely?
I need to a create api call, which can allow user's to login from a remote platform and access Data api controller. Could some one please provide some assistant in how can I pass the user's details....
View ArticleSockets in .NET - establishing a P2P socket connection without a unique...
Hello friends,I need to make a P2P connection over the Internet. I want to explain my design before writing the code:The idea is that I have a public server with a known IP.Two clients connect to the...
View Articleforms authentication browser can navigate to url in restricted area
I have a site that I set up to use forms based authentication. It seems to be working fine a user can register and after I make IsApproved field in the membership table "True" for that account the...
View ArticleUsing Roles as ActivityBased Authorisation?
Hi there,I want to go one step further than simple roles based authorisation (Admin, User, Super User etc)and instead what to do Activity based authorisation .My thinking was to assign activities to...
View ArticleSecuring new WCF service which is part of MVC application using forms...
Hi,I do have exisiting MVC 5 (.NET 4.5.1) ASP.NET web application which has in web.config configuration for FormsAuthentication. I have this part solved in code and it works.My question is, how to add,...
View ArticleSecurity issue
Yesterday all my website was hackedin same time. I have VPS hosting, I do not want to say in which companie. Resived message from google:We recently discovered that some of your pages can cause users...
View Articleweb app windows authentication with role management not working
Hello,I get back to an old web app where the authentication does not work. we can always access the pages even if we don't have the correct role.it seems that some part are missing in the solution but...
View ArticleHow add multiple user access
Dear all, I have two api controller and I require a little help in how can I get the following code, to allow clients to enter in any username/password and the system will direct them to correct api...
View ArticleDecrypte password in C#
Hi,I have a program that has a login page, I need to get user password, encrypte it and store it in database.I find a lot of ways to encrypt password with salt; I also have to decrypt the password. It...
View ArticleDifferent Subnets, Different Authentication Methods?
Can I force a different authentication method on users based on their subnet?External -- Anonymous AuthenticationInternal -- Windows AuthenticationWould it have to be programmed, or can I do in...
View ArticleImplementnig a resource server dependant on OAuth
I am implementing a resource server (accessible through WCF REST Calls) that is dependant on a third party OAuth Server. Can someone point me in the right direction on how to get this done. All the...
View ArticleConfiguration Error When Login into admin area
My website is running but when i tried to Login into admin area i got the following Error but it worked on Local ServerCONFIGURATION ERRORDescription: An error occurred during the processing of a...
View ArticleAllow users to access other site pages if not user ID is not in sql database
Hello,I created a .net application with a sql backend for all of its user authentication. My application users header variables to retrieve the users ID and username and I want to know how to do the...
View Article