You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using activedirectory2 in a web app in which the user must authenticate via passport-saml. Once authenticated, said user can visit a "User Management" screen and run a search against active directory to find more users in which they can grant access to the app. Before running an ActiveDirectory.findUsers(...) one must ActiveDirectory.authneticate(username, password, ...). Is there a possiblity of authenticating with the same credentials used/returned with passport-saml? Or inheriting these credentials from passport-saml?
The text was updated successfully, but these errors were encountered:
I'm using activedirectory2 in a web app in which the user must authenticate via passport-saml. Once authenticated, said user can visit a "User Management" screen and run a search against active directory to find more users in which they can grant access to the app. Before running an
ActiveDirectory.findUsers(...)
one mustActiveDirectory.authneticate(username, password, ...)
. Is there a possiblity of authenticating with the same credentials used/returned with passport-saml? Or inheriting these credentials from passport-saml?The text was updated successfully, but these errors were encountered: