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

Questions tagged [azure-active-directory]

Microsoft Azure Active Directory (Microsoft Azure AD) now known as Microsoft Entra ID is a modern developer platform and IAM service that provides identity management and access control capabilities for your cloud applications. It uses industry standard protocols like OAuth2.0, OpenId Connect, and SAML2.0.

azure-active-directory
0 votes
1 answer
29 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
17 views

How to Disable Password Text Box Before Email Verification in Azure AD B2C Custom Policy?

I have created a signup and signin user flow in Azure AD B2C. However, I need to implement it using a custom policy. In the user flow, Azure AD B2C disabled all component like "Password" ...
Afshin Alizadeh's user avatar
0 votes
0 answers
26 views

OAuth2 access is granted but no IMAP/SMTP for an M365 email address external to my tenant

I created a (trial) azure account purely for the purposes of using oauth2 for signing into Microsoft 365 email accounts. With this I have managed to get oauth2 to work (for IMAP and SMTP), for the ...
coastal's user avatar
0 votes
1 answer
28 views

How can I customize Azure AD B2C Email MFA template?

I have an existing Azure AD B2C "Sign in" user flow that has MFA enabled. I was able to customize the page layouts for all the pages such as Sign in page, Multifactor authentication page ...
Jason Susanto's user avatar
0 votes
0 answers
24 views

Authenticate with SharePoint REST API using Azure AD not Azure ACS

With Python 2.7, I am currently trying to authenticate with the SharePoint REST API i.e. https://[tenant]/sites/[site_collection]/_api/web/lists, etc. I am able to generate, from what I can tell is, a ...
datRedHeadedGuy's user avatar
0 votes
0 answers
42 views

ErrorNotEnabledStorage while fetching group photo in Entra ID using MS Graph API

The GET endpoints for https://graph.microsoft.com/v1.0/users//photo/ and https://graph.microsoft.com/v1.0/groups//photo/$value stopped working correctly sometime since Thursday 18.07.2024. We can see ...
Vasyl's user avatar
  • 414
0 votes
0 answers
44 views

How to Implement Azure AD Client Credentials Flow for Application Permissions in a NestJS Application?

I am working on integrating Azure AD authentication in a NestJS application. I need to acquire both delegated and application permissions to access resources in Microsoft Graph. Specifically, I need ...
Ameri Mohamed Ayoub's user avatar
1 vote
1 answer
52 views

Integrating AWS Cognito and Azure AD: Allowing access for any Microsoft User even if they are not in the Azure AD?

Okay so my goal was to integrate google and microsoft with aws cognito to give allow users to signup/signin using their google and microsoft accounts. The google one works perfectly but since there ...
Ali Javed's user avatar
0 votes
0 answers
19 views

IDX20803: Unable to obtain configuration from Microsoftonline

I have an angular application that connects to a net.core backend, sometimes (mostly after my tokens are due) the backend is not able to reply anymore, it gives me this error after 60 seconds and only ...
Yogurtu's user avatar
  • 2,952
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
56 views

How to authenticate an ASP.NET Core Web API using Azure AD token and custom claims from ASP.NET MVC app?

I have two applications: one built with ASP.NET MVC and the other an ASP.NET Core Web API. Users log in to the ASP.NET MVC application using Azure Active Directory (Azure AD). Upon successful login, I ...
ZCoder's user avatar
  • 2,293
0 votes
0 answers
24 views

Azure AD B2C Custom Policy ExternalUser is not found using ExternalAzureAD

The custom policy authentication is integrated and works fine for the users, created specifically to the current tenant. However, in case, when user is logging in using AD account from a different ...
Semen Shekhovtsov's user avatar
-3 votes
0 answers
35 views

Protect python FastAPI with Azure AD hosted in Azure Web APP [closed]

i want to protect my python api hosted in Azure web App using Azure AD and i have app registration detail available can anyone tell the code to verify the incoming token bearer from frontend angular ...
Akash Singh's user avatar
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
25 views

how to add both group ID and group name(cloud group) claim in the enterprise application's SAML response?

we have a requirement to include both Group ID and Group Name claim in the AZURE SAML response. The groups are cloud only groups. We have the options to add either group name or group ID in the SAML ...
Sivaprasad's user avatar

15 30 50 per page
1
2 3 4 5
1224