473,769 Members | 7,058 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Kerberos Authentication

Hello Sharepoint Guru's,

I have hit a bit of a brick wall in regards to Kerberos authentication.

I have an ASP.Net web application that interfaces with sharepoint, this all
works fine if I do this

dws.Credentials = new NetworkCredenti al("sk", _SPSPassword, _SPSDomain);

however when I tray and pass the default credentials it won't work. I have
enabled the sk account for delegation in
active directory and I have set both my sharepoint IIS and my ASP.Net
application IIS up to use only Windows Integrated Authentication.

Is there something I am Missing ?

Thanks for you help,
Josh
Nov 19 '05 #1
2 1661
Not really sure, but are you performing any impersonation. You didn't mentin
it, and I suspect you will have to do this.

--

- Paul Glavich
ASP.NET MVP
ASPInsider (www.aspinsiders.com)
"josh" <jo****@axegrou pdelme.com.au> wrote in message
news:ee******** ******@TK2MSFTN GP14.phx.gbl...
Hello Sharepoint Guru's,

I have hit a bit of a brick wall in regards to Kerberos authentication.

I have an ASP.Net web application that interfaces with sharepoint, this all works fine if I do this

dws.Credentials = new NetworkCredenti al("sk", _SPSPassword, _SPSDomain);

however when I tray and pass the default credentials it won't work. I have
enabled the sk account for delegation in
active directory and I have set both my sharepoint IIS and my ASP.Net
application IIS up to use only Windows Integrated Authentication.

Is there something I am Missing ?

Thanks for you help,
Josh

Nov 19 '05 #2
you need to use kerberos authentication if you want use its creditial
forwarding. you need to setup your IIS servers to use digest (kerberos)
instead of windows security (ntlm)

-- bruce (sqlwork.com)
"josh" <jo****@axegrou pdelme.com.au> wrote in message
news:ee******** ******@TK2MSFTN GP14.phx.gbl...
Hello Sharepoint Guru's,

I have hit a bit of a brick wall in regards to Kerberos authentication.

I have an ASP.Net web application that interfaces with sharepoint, this
all
works fine if I do this

dws.Credentials = new NetworkCredenti al("sk", _SPSPassword, _SPSDomain);

however when I tray and pass the default credentials it won't work. I have
enabled the sk account for delegation in
active directory and I have set both my sharepoint IIS and my ASP.Net
application IIS up to use only Windows Integrated Authentication.

Is there something I am Missing ?

Thanks for you help,
Josh

Nov 19 '05 #3

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

Similar topics

1
3030
by: Brian Beck | last post by:
After a bit of searching I haven't been able to find a definite resource for Kerberos authentication from Python. Any help would be appreciated. Here's what I've found... http://starship.python.net/crew/fdrake/manuals/krb5py/krb5py.html This looks all well and good, but the 'original software package' referenced here doesn't work, and as far as I can tell, doesn't even seem to exist (and I do have Handler). The best I could find in...
3
5255
by: Jacob | last post by:
Hello All, I am trying to serve out some content via IIS that is hosted on a remote fileserver, and am unable to get the delegation working correctly. Our setup is as follows: Local LAN Windows 2000 domain (mixed-mode): MYDOMAIN (mydomain.net) Windows 2003 Server w/IIS6: WEB01 Windows 2000 Server hosting files: FILE01 Windows XP Pro client workstation: CLIENT01
0
1173
by: Paul Bacelar | last post by:
I have a problem with Windows integrated authentication and Kerberos. I use the object COM ServerXMLHTTP of MSXML3. On the Open method which requires the login password of the user, I use NULL and NULL so that the integrated authentication of Windows should be used. My application goes perfectly if I give the login and the password but I cannot know the password of the user during the production: - ( . The network sniffer traces...
0
2315
by: CESAR DE LA TORRE [MVP] | last post by:
I am using WSE 3.0 with Visual Studio 2005, specifically I'm using Kerberos authentication and passing Kerberos ticket from Presentation Tier (VSTO.2005 client) to Server Tier through our Web Services (based on WSE 3.0). Having our WSE 3.0-WebService over Windows Server 2003, everything works great, but, over Windows XP, I have a problem (which is documented in WSE 3.0 help) but its workaround does not work properly (at least with my...
1
2730
by: russell.lane | last post by:
I've established user login identity impersonation and delegation for a multi-tier web application. I'm running into a case where authentication fails when a user accesses the app from a browser on one machine, but not from another machine. The relevant details -- in both cases, all of the following are in effect: Same user account. Same web application, same IIS host. Client OS is XP Pro SP2.
0
2976
by: Benjamin Gufler | last post by:
Hello NG, I'm experiencing problems in configuring DB2 v9.1 on Linux (RedHat AS4) to use Kerberos authentication against an AD (W2K3 R2). IBM Network Authentication Service is installed and configured following the instructions on http://www-128.ibm.com/developerworks/db2/library/techarticle/dm-0603see/index.html /etc/krb5/krb5.keytab contains a key for the instance owner, according to klist -k:
4
7390
by: webrod | last post by:
Hi, I am trying to secure a WS using WSE 3.0 and kerberos. I used the "WSE 3.0 settings" from VS2005 with my own WS. I have a console application which try to access a WS. With the following configuration it works: - WS/IIS and AD on the Windows 2003 server - console application on a Windows XP workstation
1
2257
by: Tina | last post by:
I have a client that wants his new asp.net app to be authenticated using Kerberos instead of forms authentication. I used Kerberos years ago for logon security for users to long on to NT. However I am at a loss to understand how it would work for asp.net authentication. Can someone help me here? Thanks, T
2
1694
by: Tapio Kulmala | last post by:
Hi! I've found an interesting problem that might have something to do with Kerberos. I have a www application running in a Windows Server 2003 box. The server did not have SP1 or SP2 installed. Everything was working smoothly. Couple days ago we installed SP2 and weird authentication errors started to occur occasionally.
0
9423
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10216
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9865
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8873
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7413
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6675
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5309
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5448
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3565
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.