I am new to ADFS/SSO world and currently working on feature to implement Single Sign On (SSO) using AD FS for our Java based web application and Windows native agent.
Below are our requirement :
- Users should be logged in automatically(Without asking for username/password) to our windows agent if they have logged into their system using their domain credentials.
- The solution should work even if they are outside the corporate network
I have been reading on Internet but things are still confusing. I have following questions :
- Will kerberos based authentication suits my requirement?
- Can It be integrated with AD FS? So that the solution will work even if the user is not in corporate network?
- Or are there any other solutions? Our Product is Java based and uses Spring framework.
Thanks in Advance, Praveen