| Thread | Last Post | Replies |
|
| Active Directory SSL | 14 Nov 2006 21:25 GMT | 1 |
Can somebody tell me how to authenticate USING SSL against an active directory server? The below code works without SSL, but how do I get it to work using SSL certificate and port 636? I'm assuming that the URL needs to be changed to LDAPS://XX.XXX.X.XX:636/dc=XXXXXX,dc=XXXXX ...
|
| Making all theme files availble before authentication | 14 Nov 2006 05:53 GMT | 5 |
Hi; My login page uses css and gif files from the theme. Since the user can change the theme in the web.config file, is there a way to say any file (or preferably any .css, .gif, or .jpg file) anywhere under App_Themes can be
|
| programmatically login using LDAP and impersonation | 14 Nov 2006 02:35 GMT | 9 |
I'm on a network system that has some pretty strict policies that I can not change. My criteria is to use forms login for extranet users, against a sql server database and impersonate an account that is on an intranet Active Directory. Saying it a different way, I need to ...
|
| HttpClientCertificate | 13 Nov 2006 09:51 GMT | 5 |
I'm currently checking if someone has submitted a certificate using the following upon logon: ======= HttpClientCertificate cs = Request.ClientCertificate;
|
| Limiting num users - Windows Identity | 13 Nov 2006 07:03 GMT | 5 |
Hi; Well I have this mostly working now - limiting my ASP.NET app to only x users when under WindowsIdentity. I can't use HttpApplication.BeginRequest because if the user removes:
|
| How to avoid URL direct access? | 11 Nov 2006 14:10 GMT | 2 |
I have a documents program in mi intranet, it only shows each user authorized files and each line has the file description and a link to open it. The problem is that if anyone writes the file's URL address directly
|
| impersonation problem | 10 Nov 2006 17:33 GMT | 1 |
I want to save a file to another computer (via an UNC / mapped network drive) from an ASP.NET 1.1 application running on win xp iis 6.0. I have created an ASPNET account on the remote machine and given this account permissions to write to the folder and I'm able to write the
|
| PostAuthenticateRequest called on no user | 09 Nov 2006 23:05 GMT | 4 |
Hi; I have a situation where I go to access my app running on IIS on Win2003. In Global.asax I have Application_PostAuthenticateRequest and that is called when HttpContext.Current.User is null.
|
| AzAuthorizationStore.Initialize on ADAM Url throws FileNotFoundException | 09 Nov 2006 17:49 GMT | 3 |
I have an ADAM instance with a root of "CN=TestWithRoles,DC=royalroads,DC=ca" running on a server called metrocsdev, port 5000. I successfully connect to this remotely using AdsiEdit. This instance contains an AzMan store, which I have
|
| How do I tell what authentication method is being used? | 09 Nov 2006 03:46 GMT | 2 |
Specifically, how do I tell if it's windows authentication/groups vs a MembershipUser/RoleProvider? The best I have come up with is if (HttpContext.Current.User.Identity is WindowsIdentity)
|
| RoleProvider for AD Group membership | 08 Nov 2006 03:18 GMT | 7 |
I'm in the process of writing my own Active Directory RoleProvider to be able to check if a user is member of a given group. But maybe it already exists somewhere in the community ? I do not want to use AzMan. Basically, it should provide the same functionnality as the ...
|
| Using forms authentication and ASPNetWindowsTokenRoleProvider | 07 Nov 2006 22:37 GMT | 1 |
I'm developping a secure web application which will be use over the internet by user registered on the active directory of the company. I want to know if it's possible to authenticate user with his windows credentials and generate a Windows Token to be able to use the
|
| Error 1314: A required privilege is not held by the client | 07 Nov 2006 18:15 GMT | 1 |
We have an ASP.NET (1.1) app running on a Windows 2003 server using IIS 6. Part of the application accesses printer resources on the server using a service application. When the service runs under the Local System account, there is no problem
|
| How to catch message before it's sent to the Web Service | 07 Nov 2006 11:39 GMT | 5 |
Hi everyone.I want to catch message before before it's send to the Web Service.Just like WSE 3.0 customer UserNameTokenManager does.If I can do this,I can implement some functions in my framework.For example,I can plug-in a customer security add-in in IIS.
|
| Web Service Security | 07 Nov 2006 10:58 GMT | 6 |
I have a web service which I would like to secure. The web service is a public web service with no authentication. I would like to make some security enhancements like removing the wsdl. How can I remove the generation of the wdsl document?
|