Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
I need to implement the role based authorization, in my app which working on windows based authentication, and i am using the oracle database. i think membership work with forms authentication and with SQL server database. Here i am getting user names from domain and storing them in database, and checking the current system username with database name and then allow them to access the application,is there any sample to implement this scenario is appreciated.

Thanks
Posted
Updated 18-Aug-14 5:01am
v2
Comments
PhilLenoir 18-Aug-14 11:17am    
I believe that you can use Forms authentication and roles with an Oracle backend if you set up your connection and load the ASP.NET user/role structure correctly in the Oracle database., but if you have Windows authentication, why do you need it? - use Active Directory?

1 solution

You should be able to capture the user's unique login SID and store it in Oracle. I do the same for SQL. However, my roles are custom application driven.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900