SSO with windows username

Hi,
I have to do sso with windows username. How can I do this ?
I thought I could get the name of windows username from the system and then log him to the application in background with some default password. Can I log in user in background avoiding login screen ?
Help me please :wink:
Kasia

Hi,

You have two options to implement this: LDAP integration (users have to use domain login / password in login window) : Basic LDAP Integration - CUBA Platform. Developer’s Manual or SSO with proprietary Jespa library: Active Directory Integration Using Jespa - CUBA Platform. Developer’s Manual. We do not provide Jespa integration out of the box, but you can easily add it using steps described in the manual.