Working with the Windows Authentication in ASP.NET

  • Thread starter Thread starter Raghuram
  • Start date Start date
R

Raghuram

I have a problem related to the page authentication. . . i am trying to
implement the Windows authentication in the project,
I am using the LDAP services to fetch the details from the widows directory.
.. .

I mainly use the User.Identity.Name to fetch the user name and keep the
details in the session and passthrough where ever required

First Problem:
Even though the sessions are not expired the user is displayed with the
windows authentication form

Second Problem:
How to get the details of user along with the Groups Assigned to him

Third Problem:
When the sessions are expired, i need to know the situation that sessions
are expired

My main idea is first authentication from the Windows and then with the
database of mine and give him the permission
 
Raghuram,

please do *not* post the same question,
consecutively, with two different subjects.

That only adds clutter.



Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top