How to use Perl Win32 :: IntAuth to connect through single sign-on?

I have Perl 5.10. How to connect to the server using a single login method? I need to send a service ticket to the server and save the credentials returned by the server.

Is Win32::IntAuth useful for this? How can I use the Win32::IntAuth in a script? I installed the Win32::IntAuth in Perl v5.10.

Please suggest a solution and test script for this problem.

+4
source share

All Articles