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

Questions tagged [microsoft-entra-id]

Microsoft Entra ID is an identity and access management (IAM) solution. Use this tag for questions about implementing programming applications or services that utilize Entra for IAM.

microsoft-entra-id
0 votes
1 answer
30 views

How can I add a custom attribute to the Entra ID access token?

I'm trying to add custom attributes to my authentication token but I'm running into an issue with adding custom attribute. I've tried the methods suggested in: Issue to add custom claim "...
Enrico Arnaudo's user avatar
0 votes
0 answers
16 views

How to add an aud claim to a Microsoft Entra ID JWT

I am using Microsoft Identity Platform with Microsoft Entra to manage user authentication and authorization within a single tenant [web] app, and I would like to use it as an external access provider ...
cSc's user avatar
  • 1
1 vote
0 answers
37 views

How to use HTTP_INTERCEPTORS along with provideHttpClient(withInterceptorsFromDi())

I'm trying to implement Microsoft Msal in Angular 18, I got errors when I'm adding { provide: HTTP_INTERCEPTORS, useClass: MsalInterceptor, multi: true, }, along with provideHttpClient(...
Alan-A's user avatar
  • 53
0 votes
0 answers
21 views

How to Send Replies in Microsoft Teams Using Bot Name Instead of Username via Graph API?

I'm working on an application that sends replies to messages in Microsoft Teams using the Microsoft Graph API. Currently, the replies are sent using the username associated with the authenticated ...
XDeveloper's user avatar
0 votes
1 answer
48 views

How to report on a users sign in activity and manager using Get-MgUser

I need to write a PowerShell script to report on a users sign in activity both interactive and non-interactive and include who their line manager is as well. The end goal is to use my app registration ...
Bradley's user avatar
  • 13
0 votes
0 answers
31 views

finding the appropriate session for an IdP single logout request with Ruby SAML

I'm putting together a gem for our Rails apps to use SAML single sign-on/logout via Entra ID. I had some questions about the final bit I need to implement: ID provider initiated single logout requests....
Dave's user avatar
  • 523
0 votes
0 answers
27 views

Microsoft sign-in page infinite loop on my ASP.NET Web Forms Application

I implemented Microsoft authentication using Microsoft Entra ID and Owin in my ASP.NET Web Forms Application. The redirect URI i am using in my web.config are correct and same in Azure app ...
Aashita's user avatar
1 vote
0 answers
31 views

Entra External ID custom claim in client id token not in ASP.NET Core Web API User's ClaimsPrincipal

I have setup a Entra External ID Tenant and registered two applications "frontend" and "backend". The frontend is an Angular application and the backend is an ASP.NET Core ...
Weissvonnix's user avatar
2 votes
1 answer
84 views

Get-MgGroupMember by display name instead of userID

I am currently in the process of replacing an old script that used Exchange Online Powershell. The old script was very simple and only performed 2 tasks. Downloaded user photos that had custom ...
Qwenton's user avatar
  • 23
0 votes
0 answers
22 views

Blazor 8 SSR - get Entra ID claims with ASP.NET Core Microsoft account

I am new to Blazor on .NET 8, and I searched already a lot, but didn't find the correct answer. I use the default Blazor .NET 8 SSR template with the AspNetCore.Authentication.MicrosoftAccount to ...
Tobias's user avatar
  • 1
0 votes
1 answer
56 views

Cleaning up inactive service principles in Azure Entra

I'm trying to (as the title suggests) clean up unused service principles in Azure entra as per the compliance, azure defender and advisor recommendations. This is a pre-cursor to me applying for ISO ...
War's user avatar
  • 8,604
0 votes
0 answers
38 views

How to authorize graph API for schema extensions using getAccessToken in Outlook Add-in (InteractionRequiredAuthError: invalid_grant: AADSTS65001)

I get the following error when making a post request for a schema extension with Office.auth.getAccesToken in an Outlook Web Add-in: AADSTS65001: The user or administrator has not consented to use ...
imstuff1's user avatar
0 votes
1 answer
58 views

GraphAPI - request names of users that have a certain App Role

I am trying to use GraphAPI v5 in a Blazor .NET 8.0 application, to request a list of all users who have a certain AppRole assigned. I configure the roles in Entra Admin Centre > Enterprise ...
M.M's user avatar
  • 140k
1 vote
1 answer
40 views

Blazor WASM and EntraID authentication

I'm learning Blazor and trying to interact with Azure EntraID to protect some pages. At this point was able to achieve that. My question is related to "@context.User.Identity?.Name"... As I'...
Fernando's user avatar
0 votes
1 answer
51 views

Setting up multitenancy for Power App application

I have an application created in Power App with a data source. How can I set up multi-tenancy so that I can share this application with other organizations, but so that they have their own set of data ...
Mccree's user avatar
  • 103

15 30 50 per page
1
2 3 4 5
26