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,
User Profile
Collapse
-
Get and Validate Kerberos Ticket in C#
-
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... -
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...Leave a comment:
-
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,... -
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,...
No activity results to display
Show More
Leave a comment: