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
0 answers
24 views

Problems trying to connect Excel to a WebAPI in Azure [closed]

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

Azure AD SSO - login Inside Iframe

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
22 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
0 answers
28 views

How to enable SSO in MS Teams Bot application? [closed]

So I am trying to configure a MS Teams Bot application and trying to enable SSO for that Bot app. We are following the documentation of Microsoft https://learn.microsoft.com/en-us/microsoftteams/...
Mathesh's user avatar
0 votes
2 answers
31 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
0 votes
0 answers
41 views

Azure AD - SAMLToolkit - Registration Error

I am following this tutorial for setting up and configuring SAML (https://learn.microsoft.com/en-us/entra/identity/enterprise-apps/add-application-portal-setup-sso) verbatim. When I need to register a ...
h4ck3r8ug5's user avatar
0 votes
2 answers
56 views

Not able to add azure microsoft entra Id group to azure devops organization

Not able to add azure microsoft entra Id group to azure devops organization. We are trying to add group and users from azure microsoft entra Id to Azure devops organization but when we are trying to ...
PRAVEEN REDDY's user avatar
0 votes
1 answer
38 views

MSAL Azure SSO React logout screen

I've implemented Azure active directory sso in my react application. I am trying to implement logout functionality using msalInstance.logoutRedirect function. I want to achieve a solution where ...
marcinshz's user avatar
0 votes
1 answer
56 views

Get Federal User Activity Status Microsoft Graph API

I'm looking for a way to retrieve the activity status of federated users in bulk for external companies via API, without the need to invite the users and wait for them to accept the invitation. Is it ...
Loco2343's user avatar
0 votes
1 answer
36 views

spring boot auto-configure Azure EventHub handshake issue

I am writting an application using Java Spring Boot auto configure that tries to send a message to Azure EventHub using SPN for authentication without avail as i'm getting a cert issue. My code looks ...
Klam's user avatar
  • 151
0 votes
0 answers
21 views

What condition is a best practice for B2C admin? [closed]

I'm trying to create a B2C admin for my Azure B2C activities. While doing the role assignment , it seems that MSFT has done role assignment condition mandatory. My question is, what is the best suite ...
AskMe's user avatar
  • 2,539
0 votes
0 answers
51 views

Connect to Azure SQL Server using windows credentials

I'm trying to connect to Azure SQL using on-prem AD account, which is synched to Azure AD. I am able to connect using the SSMS when I run as a different user but programmatically it doesn't work. It's ...
Ishan's user avatar
  • 4,008
0 votes
1 answer
71 views

How to get details of an Azure AD group from az cli

I am trying to get the following information from an Azure group. (my plan is to delete any of the unnecessary groups that are floating here and there with 0 users, 0 groups, 0 group memberships (that ...
Jananath's user avatar
0 votes
1 answer
33 views

Azure AD should support logging into the callback url in Blazor

@page "/authentication/{action}" @using Microsoft.AspNetCore.Components.WebAssembly.Authentication @using Microsoft.Extensions.Logging @attribute [AllowAnonymous] @layout EmptyLayout @...
visweswar .penti's user avatar
1 vote
1 answer
33 views

How to implement AD B2C authentication on an ASP Net Core application that has Razor pages and web API in a single application

I am trying to secure the application using AD B2C, The application has Razor Pages and WebAPI. The razor pages .cs file has requests to the webapi using httpClient. I have gone through the sample B2C ...
ANIKET JHA's user avatar

15 30 50 per page
1
2 3 4 5
1222