Skip to main content

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
20 views

Access to fetch at *** from origin *** has been blocked by CORS policy: No 'Access-Control-Allow-Origin' - Microsoft ADFS with Django

I am trying to integrate Auth ADFS with Django App and Angular and I keep getting CORS error. I tried everything but nothing seems to be working. Access to XMLHttpRequest at 'https://login....
Spike Speigel's user avatar
0 votes
0 answers
26 views

"detail": "Authentication credentials were not provided." Django REST framework that uses adfs authentication backend

I am working on a django project which uses django_auth_adfs (Azure Active Directory) as its authentication backend. I have set up its API service using rest_framework. In the browsable views of the ...
Arad Soutehkeshan's user avatar
0 votes
0 answers
33 views

Getting Windows user's name in "Firstname Lastname" format when user is part of a group

I'm trying to get the name of the currently logged in Windows user in the format "John Doe". I'm not sure if there's an accepted term for this, but think, the name you see when you bring up ...
Josh Brunton's user avatar
-1 votes
0 answers
23 views

How to Implement OAuth for a Bot-Based Message Extension App in Microsoft Teams for Graph API? [closed]

I have created a bot-based message extension app using the Teams Toolkit and need to call the Microsoft Graph API, which requires OAuth implementation. So far, I have created the app in the Teams ...
XDeveloper's user avatar
0 votes
0 answers
34 views

Allow user to simply select an account rather than having to type in their Microsoft credentials everytime (Flutter, MSAL, AAD_OAUTH)

I was curious how I would be able to allow a user that just signed out of my app to click the Sign In button and have a screen like below appear. When a user signs out of my app, it requires them to ...
pl8nt's user avatar
  • 31
0 votes
1 answer
57 views

Recommended access practice for blob storage

As we are building a Saas application and there is a requirement where we want to store some of the bills as azure blobs inside the container now for creating a blob inside the container via a REST ...
changembidar's user avatar
0 votes
0 answers
26 views

Azure B2C Authentication Error IDX20803 and IDX20804 in Production Environment

I'm currently running an application in a production environment hosted on Azure (.net 8), which is set up with Azure B2C authentication. Recently, I've started to see a large number of failed ...
Lakmal's user avatar
  • 889
1 vote
1 answer
78 views

How to get authorized in Microsoft AD using curl?

I have a django project which uses Azure Active directory for the authentication and I have set up its API using rest_framework. At the moment, I am trying to access this API using curl. I am able to ...
Arad Soutehkeshan's user avatar
0 votes
1 answer
53 views

Renew JSON authentication key of Service Principal

I have created a Service Principal to access resources in CI before using the az ad sp create-for-rbac command: az ad sp create-for-rbac --name "my-ci-sp" --role contributor \ --scopes /...
Martin's user avatar
  • 733
0 votes
1 answer
60 views

How to clone user accesses from one to another?

We are planning to connect Azure DevOps with Azure AD. We Know that users, who have correct organization emails in azure DevOps, will inherit all accesses after connection with AAD, however users with ...
Tutul Ckul's user avatar
0 votes
0 answers
19 views

Azure Ad b2c Not able to set custom user attrivbute through costom policy

We have implemented an Azure AD B2C custom policy, and while all flows work fine in our test environment, the password expiry flow does not function correctly in production. Here are the details: ...
Mahesh Bhosale's user avatar
0 votes
0 answers
51 views

Problems trying to connect Excel to a WebAPI in Azure

I'm trying to call some protected API's from excel but there is no way I can fix the error: url: invalid_resource:AADSTS500011: The resource principal ...... was not found in the tenant named ..... I'...
Marian Cr's user avatar
-1 votes
0 answers
37 views

Azure AD SSO - login Inside Iframe [closed]

we have a application which authenticates using azure AD sso , once we log in i want to open another application lets say APP B (having same app registration in azure active directory) in iframe , but ...
Rushikesh Kadam's user avatar
0 votes
0 answers
29 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
2 answers
32 views

How automate process of creating AD App in ARM Template

I'm trying to automate the process of creating an Azure Enterprise Application. I've tried to do it first with Deployment scripts, but it seems it's not possible to do this way: Minimal Template to ...
Woitek1993's user avatar

15 30 50 per page
1
2 3 4 5
1223