Category "azure-active-directory"

PowerBI - getting EmbedToken - Unauthorized

I have been trying WITH NO LUCK, to get an embed token to be able to embed my powerbi reports into my existing .netcore web api application. The front end look

How to configure the VMs in two different zones using Availability Sets and install the Active Directory Domain services

I’m trying to create the two windows virtual machines in two different zones using the following terraform code: ## Import exisiting resource group ## Use

No Sufficient Data Content of User When Calling Microsoft.Graph Compared to Microsoft.Azure.ActiveDirectory.GraphClient

I want to change my code from Microsoft.Azure.ActiveDirectory.GraphClient to Microsoft.Graph on the same registered App. On some data structure(e.g. Group, Comp

Azure Ad multitenant applications registration with client credentials flow

Lets assume I have a service in tenant A which should consume API from a service registered in tenant B. As per Microsoft guides, I should: register serviceA in

How to query another Azure Active Directory tenant from Graph Explorer

I am using Azure Graph API Explorer. I want to query the apps list in a tenant. I am user in tenant_x (where user was originally created) as well as admin in te

OAuth2AuthorizedClient is always null @ azure implementation

I am currently try to get the refreshtoken because at a certain time the token will be unvalid and I would like to refresh my accesstoken. Problem is that OAut

what is role of User did in Verifiable Credentials ? did:ion:username and when user did will generate?

Hello guys I m using azure verifiable credentials. in flow I m not sure when user did is going to be generated and from where ? what will be its role when verif

Azure AD B2C - Supporting a daemon app along with B2C clients such as Web page and native mobile app

I have an Azure AD B2C protected ASP.NET 6 WebAPI, and a ASP.NET Web site and a native mobile app are using the WebAPI using the authorization code flow (basica

Error - Intent filter for: BrowserTabActivity is missing. While using AzureAD MSAL Lilbary

Integrating AzureAD SSO to my android app. I have registered an app on Azure portal & get the auth_config.json file against the same. Implemented the sample

How to open the file on browser instead of downloading in local that is stored in Azure Data lake Gen 2

Currently, I am generating SAS token from Azure file share and trying to access the file. But when I hit that url on browser, file automatically getting downloa

azure ad authentication issue with razor handlers

I'm experiencing a strange issue using msal.js for user authentication in a web app that already has a standard login page. I'm totally new to Azure AD, so prob

Web API with Microsoft Identity Platform Authentication

I created a new ASP.NET Core Web API with Authentication type "Microsoft identity platform" based on the VS2022 template. On Azure I setup the following with my

Active directory check if user belongs to a group

I am using the below code to pull active directory groups. How can I find out if a user belongs to xyz group or not? // create your domain context PrincipalCon

Using multiple authentication providers in C# .net core

We had .net core API already authenticating with AzureAd and then a new requirement came to authenticate the same API using Auth0 as well while keeping existing

Azure AD API request 401 Unauthorized

I have a standard Web API running on an Azure website with Azure AD authentication enabled, when browsing to the API in a browser I am able to login via the bro

How do I define the SignedOut page in Microsoft.Identity.Web?

I'm successfully signing in and out using Azure AD B2C in a Blazor Server app, but it's not clear to me the proper way to define the SignedOut page. This questi

Connecting to Dynamics 365 TDS-enabled database with OLEDB Linked Server

I want to run SQL Server queries on a Dynamics 365 database. The administrators of the Dynamics database have enabled "TDS" for me - and now I can easily connec

Can I use SVG within a customized the Azure AD B2C user interface?

I am building a customized Azure AD B2C user interface. I have included a SVG tag within my page. <body> <div class="container"> <d

Receive a request when Azure AD User receive a call

Is there is a way to receive a request on an azure app whenever a User of a Azure AD group receive a call. When a user create a call, the request returns an id

How to redirect from VB.NET legacy web application login page to azure portal to validate azure ad with MFA

I have a time management application that around 30,000 employees are using, which is developed in legacy VB.NET. Of the 30,000 employees, 27,000 will login wi