J
James
Hy,
I'm currently working on an web app with ASP.NET 2.0.
Here are my needs :
-I would like a custom form login screen.
-My user information is kept in AD.
-My ASP.NET application must access internal WebServices which require IIS
Intregrated Windows Authntication.
I current understanding is that I must use a call to LoginUser in order to
get a Kerberos Token which I may use to pass my network credentials to the
webservices
(using CredentialCache.DefaultCredentials).
I haven figured out how to cache the kerberos token during ASP.NET calls.
I also would like a scalable solution.
Is my approach ok... is there an alternative ?
Thank you,
James
I'm currently working on an web app with ASP.NET 2.0.
Here are my needs :
-I would like a custom form login screen.
-My user information is kept in AD.
-My ASP.NET application must access internal WebServices which require IIS
Intregrated Windows Authntication.
I current understanding is that I must use a call to LoginUser in order to
get a Kerberos Token which I may use to pass my network credentials to the
webservices
(using CredentialCache.DefaultCredentials).
I haven figured out how to cache the kerberos token during ASP.NET calls.
I also would like a scalable solution.
Is my approach ok... is there an alternative ?
Thank you,
James