Skip to main content

All Questions

0 votes
0 answers
624 views

Kerberos uninteractive login to Windows AD in Java Desktop app running on Windows

I am trying to create a Java desktop app, that would require login to Windows Active Directory Domain for its users. However, because computers that this app would be launched on, already are in said ...
Michael J's user avatar
0 votes
1 answer
841 views

In OAuth2 flow, can we delegate authentication to Windows SSO

We have an in-house OAuth2 server used by our applications. Now we want to use Windows SSO for our applications but without them to change anything: they'll still reach our OAuth2 server for an access ...
Geob-o-matic's user avatar
  • 6,039
0 votes
1 answer
392 views

SSPI: acquire credentials for another user from a process running with local admin privileges

I am running a process with loacl admin privilege in Windows and trying to obtain a credential handle for another user using AcquireCredentialsHandle . It is possible to pass in ...
ekhanad's user avatar
  • 184
2 votes
1 answer
2k views

Kerberos authentication from virtual machine (Ubuntu)

My company gave me a windows7 computer, however I prefer to work within a virtual machine running Ubuntu 16.04. Why doesn't my virtual Ubuntu machine authenticate with Kerberos, they do have the same ...
Mats Faugli's user avatar
3 votes
1 answer
3k views

Kerboros cached ticket deleted after using Windows lock screen

Is there anyway to stop the Kerboros cached ticket from being deleted after Windows enter the lock screen. Upon first login to Windows, klist.exe shows 2 cached tickets. However, after there is a ...
RemicoAL's user avatar
2 votes
1 answer
838 views

Kerberos SSO authentication in browser in windows

In a company network there is a web page, which uses kerberos single sign on. I am connecting to this network via VPN. When using Mac, I can just write in the console kinit [email protected], I ...
hh4's user avatar
  • 21
0 votes
0 answers
102 views

Single Sign-On in Windows Applications using AD login

I need to setup Single Sign-On with with which if user login to Windows it will generate token that will enable him to login to other window applications. I was searching for the same and I found ...
Kalpesh's user avatar
  • 89
2 votes
1 answer
7k views

Cannot retrieve TGT despite allowtgtsessionkey registry entry

I'm trying to wire our windows client application to use a single-sign-on mechanism. I'm following the explanations that can be found here. I'm already having trouble getting the first step to work, ...
Jim Holden's user avatar
  • 1,205
0 votes
1 answer
5k views

SSO using Windows Login in C#

I have a Linux-served Web app and a C# Windows client. The web app currently allows AD credentials, which it authenticates. Not all the users are Windows-based. I'm trying to implement a Single ...
Intra's user avatar
  • 2,109
19 votes
4 answers
7k views

Is there a way in Java or a command-line util to obtain a Kerberos ticket for a service using the native SSPI API?

I want to implement Single Sign On with Kerberos in Java and have successfully managed to create a ticket for the Service using the ticket from the Windows logon. Unfortunately, I can only create that ...
user269667's user avatar