Questions tagged [active-directory]
The active-directory tag has no summary.
25 questions
1
vote
1
answer
160
views
Security: Send CompanyId on the http header
I have a web app which authenticates the user using an external identity provider (Microsoft Entra with MSAL library).
This give us an access token to access our API.
After authentication (so, we ...
1
vote
0
answers
74
views
How to merge SQL Server database authentication with firebase authentication?
I have Firebase connected to my web app and users can authenticate using the 'microsoft' provider. The provider only allows authenticating with the active directory tenant that I specified in my ...
0
votes
1
answer
382
views
Using Azure AD as an identity provider in Keycloak-based applications: how can I add missing user data to my client applications?
I'm currently using Azure AD as my identity provider and Keycloak as my intermediary/broker for my client applications. However, I need some user attributes (such as phone, email, picture, and ...
1
vote
0
answers
48
views
Two step provisioning using OIDC and AD?
A client requested that we implement the following authentication/authorisation flow:
User authenticates using OIDC via a IAM (Salesforce in this case).
If user is an external user, then a flag is ...
0
votes
1
answer
219
views
How to protect while loosely coupling a db server that is shared by 2 different services
Background information
I have a database that will be used by two different web applications.
Solution A (user driven web application) resides on the public internet and will write / update / delete ...
-2
votes
1
answer
94
views
How to identify an organization for license management purposes for an Windows application?
To introduce some license levels (organization, computer, user), I need to pinpoint information that identifies the object (organization, computer, user) without user interaction.
To identify the ...
4
votes
1
answer
814
views
Using Active Directory ObjectSid as Primary Key in SQL Server for Data Access via ASP.NET MVC
I am designing an Intranet employee reward web app using ASP.NET MVC C#/MS SQL Server. This will only be accessed from within the network.
Employees and managers will be able to give a reward to ...
0
votes
1
answer
89
views
Designing a shared-role web apps
I have several Django services which all have their own login portal, and colleagues have a user/pass for each portal (if we've given them permission). We'd like to unite all of these portals and ...
2
votes
1
answer
3k
views
Best strategy for OAuth2.0 across browsers and across tabs within the same browser?
I have developed a login system using OAuth2.0 that is currently working within one tab in one browser. Without diving into the code, the system works by having the user enter their credentials to ...
1
vote
2
answers
311
views
Querying Active Directory from SQL Server
We always used C# to query Active Directory, recently we need to add a patch to some code and it would be easier for us to query Active Directory straight from SQL DB as then we won't need to make ...
0
votes
1
answer
154
views
Should Active Directory access respect my software architecture?
I have a solution with an onion architecture using an asp.net MVC project. I also access Active Directory, and was wondering if one needs to loosely couple Active Directory access? Say I have :
Entity ...
0
votes
3
answers
734
views
Methodology for updating active directory groups
I am currently writing a ASP.Net web application that has a section for out IT department to manage users. One of the things it will do is give a checkbox list of the active directory security groups ...
0
votes
2
answers
348
views
What does GRAPH stand for in the term Azure AD Graph API or Facebook Open Graph API
I'm doing some research on authentication methods and I've noticed that not only does Azure call their cloud Active Directory interface API the "Graph API" but also Facebook use the same term with ...
1
vote
0
answers
317
views
Azure Active Directory
I am developing a suite of applications that will be hosted in Azure. Some apps will be for customer use (not public tho, i.e. invited/paid up customers) and some for internal employees.
For ...
3
votes
0
answers
48
views
Mechanism for showing AAD usernames to other users?
I have a multi-tenant web application that authenticates against Azure Active Directory and allows users to modify content. What is the appropriate way for me to display the name of the last person ...