0

I'm currently evaluating jespa for Windows SSO support into our Web App. I'm facing the problem to make a try using my personal standalone workstation (win7) that is outside a Windows domain. Therefore, I've no Active Directory available to configure Jespa with. Does anybody know if this configuration is supported by jespa ?

Marc Polizzi
  • 9,275
  • 3
  • 36
  • 61

1 Answers1

1

See the Providing NTLM Services without Active Directory section in the Jespa Operator's Manual.

Note that IOPLEX Support will happily help you even if you have not purchased a license. If you have any further questions, just send them an email.

squarewav
  • 383
  • 2
  • 8
  • I know about this already but it does not say anything about SSO on a standalone machine. Do I need to write specific authenticating code? using which API? – Marc Polizzi Jan 27 '12 at 08:41
  • You cannot do SSO without AD because you have to login to a machine joined to the domain. But when using the method cited, you will get a password dialog which will look to the web server like an SSO authentication. So it is a valid test in that you can be confident that it will work when you deliver it to the customer. Although if the domain, username and password configured matches the workstation name, username and password used to login to your stand-alone workstation, it might actually not ask you for a password. But again, this is an almost useless exercise. – squarewav Feb 09 '12 at 05:48