How to prevent page access by role based authorization
I am looking for a good article which help me to design role based authorization and protect page access based on user role. Suppose login user has not HR role but when he try to access HR related...
View Articledeny user and allow user in web.config file
I have seen people use * ? Symbol for deny and allow user. Just tell me the meaning of those symbols.
View ArticleForgot Password
I need a forgot password asp.net web form page. I'm using asp.net identity.Thanks
View ArticleSingle sign on office 365 web forms
We have a web forms application that we wish to intergrate office 365 single sign on I no i have seen this easy setup with mvc forms but its it at all possible with webforms.
View ArticlePassword Reset token
How to generate a reset token in a asp.net webforms website using asp.net identityI would like to send a token to the user (temporary password).
View Articlechange roleManager - defaultProvider at RunTime / programmatically ??
i like to change the default rolemanager provider at runtime .. is this possible ? here is some code from ASP.NET - web.config : <roleManager enabled="true"...
View ArticleWhat type of authorization is recommended for a bussiness app inside a domain
Hello guys,I am developing a webform application for an Entity. This application will have different type of users, allowing them to access diferent forms or features of the application according their...
View ArticleTroubleshooting a 4010 Event - Operation blocked by security policy
Hi all and thank you in advance for any help you can provide. I'm in desperate need of assistance with the below issue.Attempting to migrate from an older web server environment where the site is...
View ArticleCan I do single sign-on using Windows Identity Foundation using Multiple...
My organization currently uses it's own custom authentication like forms authentication to sign onto our website. We have a customer that has ADFS setup and wants SSO to our application. Our goal is to...
View Articleuse Forms authentication with Active Directory in ASP.NET 4
hello , can i help me please with link of (use Forms authentication with Active Directory in ASP.NET 4 ) because i cant found any link with asp.net 4 , i found just with asp.net 2
View ArticleHow to deal with Restricted Access File Folder
I have a files folder containing pdf files located on a Server.This server, where the files folders are stored, is the same server that containing my website solution (All aspx forms with its...
View Articleasp.net storing users in a separate database than roles???
For some reason I am getting my users to store in sql with the add user control, but when I add roles, either through the web configuration page or using code, they get stored in a local db file, I...
View ArticleOWIN and Authorization Code Grant Flow - Always Bad Request (Invalid Grant)
I've set up the following in Startup.Auth.cs: public partial class Startup { public void ConfigureAuth(IAppBuilder app) { // Enable the Application Sign In Cookie. app.UseCookieAuthentication(new...
View Articleuser data stored in sql while role data stored in local file???
I set up my site to store user data on a sql server but when creating roles it creates and uses a local database file.I use the drag and drop wizard control to create users. But to create roles I...
View ArticleCan we control when the IdentityDbContext is created based on where they are...
We have two section to the website. A public and a logged in section. We notice that SQL is hit every page request. This request is coming from the IdentityDbContext because CreatePerOwinContext has...
View ArticleUnable to establish a secure connection to the active directory
hello , i want to change the windows authentication of my app asp.net mvc 4 to forms authentication with active directory . i use this link https://msdn.microsoft.com/en-us/library/ff650308.aspx but...
View Articleunable to establish secure connection with the server
hello , i want to change the windows authentication of my app asp.net mvc 4 to forms authentication with active directory . i use this link https://msdn.microsoft.com/en-us/library/ff650308.aspx but...
View ArticleASP.Net Identity and client certficates
Hi,I'm looking for some guidance on whether this is possible, and if so any articles/blogs that may help get this going.I have a portal that I wrote several months ago. All users have to log in using...
View ArticleRBAC and OAuth
I keep hearing these words, RBAC and OAuth. Is there a relation between both. Is one better than the other. Can you post some views
View ArticleHow to prevent username in createuserwizard control non editable?
Iv been using the built in membership system for asp.net. But I need to make the username field of the createuserwizard unchangeable. I tried using the read only property but apparently that does not...
View Article