473,287 Members | 1,904 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,287 software developers and data experts.

Authorizing network and external users

I'm trying to develop a single security model that has to work for
authenticated users and for users coming in from the outside world.

I have looked at the Web Site Administration tool for dealing with
external users and creating roles.

The problem with this tool is that
a) it appears only to be available in a development environment and
can't be used in production by the application administrator
b) There is no way to map Authorized i.e. an entire NT security group
against the same roles.

I should be able to write code like this

If User.IsInRole("SysAdmin") OrElse User.IsInRole("Moderator") Then
' User is OK
Else
' Redirect to unauthorized access page
End If

iIn my application and not worry if the role belongs to a user who is
part of an NT Security group or someone who has logged in through the
internet with a password.

I'd like to store all the information and relationships in a single
datastore. And give the application administrator the ability to
manage it similar to the Web Site Adminstrator interfacet.

Has anyone tried anything similar? Have you run into any issues ?

Erick

Aug 28 '07 #1
1 1183
Hello,

Have a look at the "Security brief" section of the last MSDN mag.

Oriane

Aug 31 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: cvopicka | last post by:
i have found many refrences to access being slow over a netowrk but my boss and i just found this and i was hoping to get some help. on the local machine we have the Access 2000 format database...
3
by: Demetri | last post by:
How do I find out what the network IP address is? For example if I have a cable modem with 68.57.200.50 as the IP address and the linksys router assigns PC's on the network 192.168.1.1 how do I...
2
by: Kevin Hoskins | last post by:
Is there anyway to force authentication of the Anonymous user? Here is the situation: I have an ASP.NET page which calls an assembly which requires a certain level of permissions. The page is...
0
by: Pete | last post by:
I am using windows authentication in Apache to access the web page - work Ok but I need to use this authentication, username and password to access an external network to get some data. How do I...
2
by: f rom | last post by:
----- Forwarded Message ---- From: Josiah Carlson <jcarlson@uci.edu> To: f rom <etaoinbe@yahoo.com>; wxpython-users@lists.wxwidgets.org Sent: Monday, December 4, 2006 10:03:28 PM Subject: Re: ...
3
by: dion.naidoo | last post by:
Hi ,is there any way one can restrict users to copy files with extensions that we dont want on our networks or local pcs. Users are local administrators of their pcs. PS. If this is not possible...
0
by: Erick | last post by:
I'm trying to develop a single security model that has to work for authenticated users and for users coming in from the outside world. I have looked at the Web Site Administration tool for...
1
by: Erick | last post by:
I'm trying to develop a single security model that has to work for authenticated users and for users coming in from the outside world. I have looked at the Web Site Administration tool for...
2
by: eliezerchoo | last post by:
Hello, I was successfully created a C# network internal loopback test in same machine (1 PC). My program consisted of client and server. It's can do the internal loopback with IP 127.0.0.1 when run...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 7 Feb 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:30 (7.30PM). In this month's session, the creator of the excellent VBE...
0
by: MeoLessi9 | last post by:
I have VirtualBox installed on Windows 11 and now I would like to install Kali on a virtual machine. However, on the official website, I see two options: "Installer images" and "Virtual machines"....
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: Aftab Ahmad | last post by:
So, I have written a code for a cmd called "Send WhatsApp Message" to open and send WhatsApp messaage. The code is given below. Dim IE As Object Set IE =...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: marcoviolo | last post by:
Dear all, I would like to implement on my worksheet an vlookup dynamic , that consider a change of pivot excel via win32com, from an external excel (without open it) and save the new file into a...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.