User Profile

Collapse

Profile Sidebar

Collapse
asimhg
asimhg
Last Activity: Feb 5 '10, 09:10 PM
Joined: Feb 4 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • asimhg
    started a topic Get and Validate Kerberos Ticket in C#

    Get and Validate Kerberos Ticket in C#

    Hi there,

    Is there a way in C# I could retrieve the Kerberos ticket of currently logged on user and then send it to Active Directory for verification.


    Thanks,
    See more | Go to post

  • The issue is that we don't want to supply the password again to re-authenticate the user.

    If an authenticated user is issued a unique token, then we want to pass that token to our application, the application will then send the token to Active Directory for verification and if this is successful, application will be launched.

    So what I need to know is if :

    1) AD issues some kind of a unique token to an...
    See more | Go to post

    Leave a comment:


  • If an authenticated user is issued a unique token, then we want to pass that token to our application, the application will then send the token to Active Directory for verification and if this is successful, application will be launched.

    So what I need to know is if :

    1) AD issues some kind of a unique token to an authenticated user
    2) Can this token be retrieved via C#
    3) Is there exists a web service...
    See more | Go to post

    Leave a comment:


  • asimhg
    started a topic How to verify if a user has been authenticated

    How to verify if a user has been authenticated

    Hi there,

    I want to know if a unique token or some identifier is issued upon successful logon

    to a Windows machine via Active Directory.

    If yes, then is it possible to retrieve this token and pass it on to some

    application, and that applicaiton could then call Active Directory to verify if the

    token was genuine?

    Does AD provide a service to verify the token,...
    See more | Go to post

  • asimhg
    started a topic How to verify if a user has been authenticated

    How to verify if a user has been authenticated

    Hi there,

    I want to know if a unique token or some identifier is issued upon successful logon

    to a Windows machine via Active Directory.

    If yes, then is it possible to retrieve this token and pass it on to some

    application, and that applicaiton could then call Active Directory to verify if the

    token was genuine?

    Does AD provide a service to verify the token,...
    See more | Go to post
No activity results to display
Show More
Working...