Questions tagged as 'active-directory'

2
answers

Permissions management using Active Directory

I'm developing an ASP.NET C # application and at the moment I'm at the sign-in point that is almost finished. I'm using <authentication mode="Windows"></authentication> and a code that allows the application to verify that...
asked by 06.02.2017 / 12:51
1
answer

Node Create an API to validate login with Azure AD [closed]

Does anyone know how I could create an API to validate login with Azure AD and return a token?     
asked by 21.09.2017 / 17:51
1
answer

Is it possible to use pyad (module for active directory) in linux?

If you can use this module in linux, would you like to know how to install it? I tried with "pip install pyad", however I get the message below:    Could not find a version that satisfies the requirement pywin32 (from pyad) (from versions:)  ...
asked by 25.07.2017 / 21:07
2
answers

SQL SERVER Integration and Active Directory

Hello, I would like to know if it is possible to have Active Directory authentication pointing to a database in SQL Server, where I have user and passwords. The issue is that I have a user base and that all systems authenticate to it, I would lik...
asked by 16.05.2014 / 21:15
0
answers

Check inactive users in AD using pyad module

Good afternoon, I'm doing a search, in essence it's a program to check users in AD that are inactive and disable them (Windows server 2016), but I'm starting with Python and I discovered this library called pyad. What I wanted is a light for me...
asked by 16.04.2018 / 20:51
1
answer

Integration AD Identity x Azure AD x ADFS

I have an application with database authentication using OWIN and Identity. One customer requested single sign on with ADFS on premisse. I did it directly through OWIN, but the client requests a federation url (with metadata), which I do not own...
asked by 10.04.2018 / 14:19
0
answers

Trigger - Get the Active Directory user

Hello. In the database I have a trigger that saves the user who made the last change in the database. In the old system (still in use) the login with the database was made by AD (active directory) which allowed me to use the function SUSER_SNAME...
asked by 28.03.2018 / 16:02
0
answers

Login in CMS admin Kooboo com Active directory

I'm in a project where the client wants the CMS admin login to be done through Active Directory. The CMS we are using is Kooboo based on MVC aspnet. Has anyone ever done anything like this? Do you have any idea how you do it?     
asked by 15.09.2017 / 22:32
1
answer

What information can I get from the user through Java EE?

I need to implement SSO (Single Sign-On) on a company client that I work with, the scenario is basically the following: They have a web system, done in java, that has a normal login, however they do not want a screen and that this check is done...
asked by 30.01.2017 / 13:11
1
answer

List a user's groups on an AD server

I need to list the groups of a user X on the AD server. I have the following code snippet that already authenticates on the server and returns me all groups: public static boolean authenticateJndi(String username, String password) throws Exc...
asked by 25.01.2017 / 12:38