python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Is it possible to query Azure Active Directory users based on last modified date?
I need to get a users from Azure Active directory who were created/modified since a specific date.
Is this possible, via graph or any other means?
I have checked the graph api documentation but cannot...
wilson_smyth
Votes: 0
Answers: 2
MASL OAuth Supporting Multiple Authentication flows
I have a client application that accesses my WebAPI (1) using Integrated Windows Authentication and the Authorization code [Authentication flow].
Now I need to have a second WebAPI (2) access the orig...
Flea
Votes: 0
Answers: 1
Get Azure Webjob History - 403 Token invalid
I am trying to retrieve the web job history of an Azure web job via REST using a .NET backend and the OAuth2 credentials flow (as described here
https://learn.microsoft.com/en-us/rest/api/appservice/w...
pbachman
Votes: 0
Answers: 2
Authentificate users of another active directory using first active directory using Tomcat and LDAP on Linux
I have two active directories ad1 and ad2 that are trusted by each other. Ad1 has groups that contain both users of ad1 and ad2. Using a Tomcat realm of a Linux server I can authenticate users of ad1 ...
tardis
Votes: 0
Answers: 1