Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [azure-entra-id]

Microsoft renamed Azure Active Directory (Azure AD) to Microsoft Entra ID for the following reasons: (1) to communicate the multicloud, multiplatform functionality of the products, (2) to alleviate confusion with Windows Server Active Directory, and (3) to unify the Microsoft Entra product family.

azure-entra-id
0 votes
1 answer
56 views

How to add custom claims to Azure AD users

I am developing a web application that uses Microsoft Azure AD (Entra) as identity server for single sign-in. So I have users defined in Azure AD. Now I want to add additional properties or claims to ...
Luka's user avatar
  • 4,131
0 votes
0 answers
33 views

How to configure Firebase Auth SAML with Microsoft Azure Entra ID?

Firebase Auth now allows your integrate custom authentications such as OpenID Connect and SAML: Considering I have a whole platform running with Azure Entra ID (legacy Azure Active Directory), how ...
JP Ventura's user avatar
  • 5,684
0 votes
1 answer
44 views

MSAL and JWT, how to handle multiple audiences either at client or server?

I'm struggling with communicating 2 .NET Core APIs which use Azure AD (Entra) to authenticate the JWT bearers from the requests they receive. In particular, I'm trying to use the approach described in ...
Ignacio Iron Babbini's user avatar
0 votes
0 answers
48 views

Show my application's name on the Entra Id "Permissions requested" dialog

I'm using Entra Id to sign in to my Azure Static Web app. When users use my app for the very first time, while signing in they are asked to Accept permissions: How can I customise this dialog so that ...
Matt Frear's user avatar
  • 54.2k
0 votes
0 answers
34 views

Microsoft Entra SSO integration with AWS IAM Identity Center, where AWS is the Identity Source

I spent a lot of time looking for the intergation between AWS and Entra, where AWS is the identity source. I want AWS ITAM Identity Center to manage users and Entra to have SAML federation with AWS, ...
Andrey D's user avatar
0 votes
1 answer
70 views

How to use an access token to create a clerk session?

I have a nextJs app that uses clerk for authentication, i am currently using microsoft provider. I also want to make the app available in a teams app iframe, so i am passing the access token from the ...
Same's user avatar
  • 77
2 votes
1 answer
31 views

Secure communication between a daemon and D-Bus on Linux

So I have a daemon which is used to authenticate users via Azure Entra Id (the daemon is Himmelblaud). I'm writing a session D-Bus service (the bare bones here) to provide SSO creds to various apps ...
David Mulder's user avatar
  • 7,847
0 votes
1 answer
48 views

Reading Azure Entra ID Diagnostic Settings

we have a multi-tenant application that we deploy in our clients' environments. As part of our software solution, we will collect various data from your environment via Microsoft Graph and Azure ...
83jahs8's user avatar
  • 63
0 votes
0 answers
10 views

Maximo Control Desk (7) SSO with Microsoft Entra

I am currently working on integrating Maximo Control Desk with Microsoft Entra to configure Single Sign-On (SSO). I have been following a manual I found referenced in another post, but I am ...
beneths maragkos's user avatar
0 votes
1 answer
86 views

How to register device on Entra ID programatically

I'm trying to register a device programmatically with Entra ID (formerly known as Azure Active Directory) for my organization's internal application. I've read through the official Microsoft ...
service1 user's user avatar
0 votes
1 answer
82 views

How can I retrieve all users from Azure Active Directory

I'm new to Azure. I want to create a dropdownlist that contains all the user's display name from the Azure's Active Directory but I'm not sure how to do it. I want to populate a dropdown list with ...
jeya surya's user avatar
0 votes
1 answer
98 views

Use Microsoft Graph API to get information about current user in ASP.NET Core MVC app

I want to use Microsoft Graph API in ASP.NET Core MVC app to get information about current user. However, when the Graph Service Client attempts to fetch the user data in the controller (trying to ...
StanSm789's user avatar
1 vote
0 answers
43 views

In-app or dedicated app for SignalR hubs (sockets and threads usage concern)

I'm working on a project where I have a backend API done on NetCore which provides several endpoints (regular, using controllers), which is secured by using Azure Entra authentication, this work in ...
Ignacio Iron Babbini's user avatar
0 votes
0 answers
93 views

Cannot authenticate Azure Virtual Desktop Host with FSLogix Storage Accounts Entra ID

My main problem is I have an Entra ID Authentication inside the host pool on AVD, so I can log into the VMs using my Entra ID. The next thing I wanted to set up was FSLogix to create a simple profile ...
authorized_bot's user avatar
0 votes
0 answers
35 views

Azure AD OAuth2 redirect_uri issue with varying behaviors for different users

Description I am encountering an issue with the OAuth2 authentication flow in an application using Azure Active Directory. The application functions correctly for some users during the login process, ...
Breno Ribeiro's user avatar

15 30 50 per page