We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug SSO authentication in an Electron app using node-expose-sspi is not working.
isActiveDirectoryReachable() returns always false and a breakpoint in domain.js line 41 the catch(e) {return false) shows:
Error: CoInitializeEx has failed: 0x80010106 at Object.openADConnection
To Reproduce
Sample is available here: https://github.com/Chris55/galere
Trace 2022-02-01T10:42:17.003Z node-expose-sspi:userdb getUser start 2022-02-01T10:42:17.006Z node-expose-sspi:adConnection closeADConnection: counter: 0 Warning: Active Directory not reachable
Expected behavior isActiveDirectoryReachable() should return true and getUser() my user details.
Screenshots
Environment version:
Please indicates also:
Additional context it works fine on a simple node project without Electron.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
SSO authentication in an Electron app using node-expose-sspi is not working.
isActiveDirectoryReachable() returns always false and a breakpoint in domain.js line 41 the catch(e) {return false) shows:
To Reproduce
Sample is available here: https://github.com/Chris55/galere
Trace
2022-02-01T10:42:17.003Z node-expose-sspi:userdb getUser start
2022-02-01T10:42:17.006Z node-expose-sspi:adConnection closeADConnection: counter: 0
Warning: Active Directory not reachable
Expected behavior
isActiveDirectoryReachable() should return true and getUser() my user details.
Screenshots
Environment version:
Please indicates also:
Additional context
it works fine on a simple node project without Electron.
The text was updated successfully, but these errors were encountered: