-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
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
profile is null on non-integrated node js application #54
Comments
Seeing the same thing. Looks like this has been sitting for a while, any ideas? |
I have the same problem. profile is null |
I had the same issue and I found that it was because the default ldap query was not correct for our ldap configuration. However, The strategy accepts a The passport-windowsauth LdapLookup.js shows the following:
To get the strategy to work with our ldap I had to modify the query to search for "cn" instead of "UserPrincipalName". This is how you pass in the argument:
|
thank you! |
Hi
We have a node js application using passport-windowsauth for ldap, the code is set up to also use a form.
here is the code
js code
when we run the application the profile is null and I do not know why,
the application is running on express server however we use IIS as a passthrough using ARR.
I'm looking to see if someone can shed a light to this issue or point me in the right direction to see why this is not working
Thank you so much!
The text was updated successfully, but these errors were encountered: