| Thread | Last Post | Replies |
|
| Kerberos Impersonation versus Delegation | 26 Mar 2008 16:44 GMT | 4 |
I have set up Kerberos Authentification for a multitier application. Everything seems to be working fine: I am using integrated authentification in the browser when connecting to an ASP.NET application, which in turn talks to the endpoint of a webservice. The webservice ...
|
| Adding Certificate Authority Trust through Code | 24 Mar 2008 16:27 GMT | 1 |
I have the following code snippet where I am trying to install a Certificate Authority Trust through code. Most of our trusts are installed through GPO's but this is a special circumstance for a Development CA and an SDK install.
|
| Permissions to launch applications from intranet | 24 Mar 2008 15:48 GMT | 3 |
We have the project where we launch the bootstrapper application and it then launches other executables, scripts etc. The bootstrapper app is a .NET 2.0 application. When it is launched from network location and other files are also stored in the network location, it fails to
|
| How to insert token PIN programmatically? | 17 Mar 2008 20:15 GMT | 3 |
I'm trying to build a program (trying with C#) that signs a document using a certificate inside a token. Have managed to build code that does it, but still I'm asked for the PIN. Sample of code follows below. Can anyone point out how to programmatically insert the code?
|
| Assembly security | 17 Mar 2008 20:14 GMT | 2 |
I have written a class library and i don't want unauthorized access to some (or all) methods in this library. With some research , i found that i can use strongly named assemblies for this purpose Here is what i did:
|
| Elevating trust on a locally deployed .NET application | 17 Mar 2008 19:32 GMT | 2 |
Let me preface this by saying I do not know .NET from .NUT. We have a .NET 1.1 vendor application that need to be deployed to several thousand XP workstations. Users have restricted accounts on these workstations. (i.e. not power
|
| Certificate key access under Network Service in IIS 6 | 17 Mar 2008 09:14 GMT | 2 |
I've run into an issue where I've been unable to get a certificate to load its private key for signing an XML document when running on an IIS 6 server. I can get the signing process to work if I have the IIS Application Pool configured to run under SYSTEM but running under the ...
|
| Impersonation necessary while using Kerberos Delegation? | 15 Mar 2008 13:20 GMT | 1 |
I want my webservice to open a database connection, in this case an AdoMDConnection, using the user credentials via Kerberos delegation. Now I am wondering, if I need to code any impersonation into the service before opening the connection, or if that is done automatically?
|
| ServiceClassName for defining WebService SPN | 13 Mar 2008 22:32 GMT | 3 |
I am having difficulties defining a Service Principal Name (SPN) for a selfwritten .NET webservice. Assuming that all AD delegation settings are valid, I am quite clueless on what should be the ServiceClassName for registering the SPN for the webservice?
|
| Single sign-on between web & desktop | 13 Mar 2008 18:41 GMT | 4 |
We're developing an application which include both web-based (ASP.NET) and desktop (WinForms) applications. User credentials come from a Windows domain. We want to enable single sign-on between these applications. Two expected usage scenarios are as follows:
|