Skip to main content

Questions tagged [active-directory]

Filter by
Sorted by
Tagged with
1 vote
1 answer
160 views

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 ...
zameb's user avatar
  • 121
1 vote
0 answers
74 views

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 ...
Clay Casper's user avatar
0 votes
1 answer
382 views

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 ...
linus's user avatar
  • 121
1 vote
0 answers
48 views

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 ...
dd_dent's user avatar
  • 33
0 votes
1 answer
219 views

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 ...
dot's user avatar
  • 581
-2 votes
1 answer
94 views

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 ...
burnersk's user avatar
  • 215
4 votes
1 answer
814 views

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 ...
FreeMars's user avatar
0 votes
1 answer
89 views

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 ...
s g 's user avatar
  • 115
2 votes
1 answer
3k views

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 ...
Kevin Quiring's user avatar
1 vote
2 answers
311 views

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 ...
Mathematics's user avatar
  • 1,007
0 votes
1 answer
154 views

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 ...
Flexabust Bergson's user avatar
0 votes
3 answers
734 views

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 ...
Matthew Verstraete's user avatar
0 votes
2 answers
348 views

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 ...
jezpez's user avatar
  • 323
1 vote
0 answers
317 views

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 ...
kenam's user avatar
  • 11
3 votes
0 answers
48 views

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 ...
Matthew Haugen's user avatar
3 votes
0 answers
1k views

I'm looking into creating a single-sign-on portal built in ASP.NET MVC. This single sign on portal should give users the option to sign in with their individual account (which should be verified ...
Steven Thewissen's user avatar
3 votes
0 answers
262 views

For AD Federation in a multi-tenant environment- My research so far with Azure, tells me that the onpremise AD needs to be integrated with the cloud AD. Are there any cons/ security concerns with this ...
user2412146's user avatar
-1 votes
1 answer
390 views

I want to start a new HR web application based on asp.net mvc-5 & Entity Framework. as it is almost the case Users inside the HR system will exists inside the AD, and when a new user join our ...
test test's user avatar
  • 247
5 votes
2 answers
355 views

I want to start a new asp.net mvc5 Personal Appraisals web project. Now I will have a module inside the system for managing users, and adding info such as primary role, secondary role, main skills, ...
test test's user avatar
  • 247
1 vote
1 answer
1k views

I'm looking for a way to synchronize a users database between a piece of software and a ldap directory. Currently I'm thinking of three possibilities to keep the track of a specific user : Guid : it ...
Vincent's user avatar
  • 135
6 votes
3 answers
6k views

As an ISV, what is considered best practice for implementing application role based security? In other words, only allow users to access certain features in the application based on what roles they ...
jonchicoine's user avatar
4 votes
1 answer
412 views

I am trying to design a system with the below features, and am currently trying to figure out best way to handle Identity : There will be multiple decoupled parts of the system, with same customers ...
user60812's user avatar
  • 401
3 votes
1 answer
251 views

I'd like to read the documentation of Azure Active Directory on my kindle (or similar device), but don't want to use "Print to Kindle" for each and every page. Is the Microsoft documentation for this ...
makerofthings7's user avatar
2 votes
1 answer
246 views

As a small in-house dev department, we only have experience with developing applications for our intranet. We use the existing Active Directory for user account management. It contains the accounts of ...
rumtscho's user avatar
  • 221
10 votes
10 answers
6k views

Possible Duplicate: Are certifications worth it? I'm curious what experience others have had, both from the perspective of an employer and an employee on Microsoft Certifications. I'm kind of ...
user avatar