Category "azure-active-directory"

Missing access token under ./auth/me using Easy Auth

I'm creating an Azure Static Web App with the built-in (Easy Auth) authorization to the Azure AD. This works well, but I would also like to authorize access to

Azure AD authentication, 404 not found on /signin-oidc

The past few days, I have gotten a 404 error on /signin-oidc after successfully authenticated with Azure AD against my ASP.NET Core web app using the Microsoft

Removing Members in Groups in Azure AD Powershell Automatically (App API Permission)

I'm trying to remove members of groups automatically via a PowerShell Script. There's an Azure AD app created, with User.ReadWrite.All (Application) and as User

What does it mean to be an Instance of the Azure Active Directory?

Microsoft says, "In Azure Active Directory a tenant is an instance of Azure Active Directory that an organization receives when it signs up for a cloud applicat

Invalid signature while validating Azure ad access token, but id token works

I am getting invalid signature while using jwt.io to validate my azure ad access token. My id token, however, validates just fine! I have seen and tried the so

Azure active directory assign roles to users within groups

I am making an application where users can join multiple azure groups. This works fine. But a user should be able to have a role only within that specific group

Connect Azure Active Directory and join the domain with AWS service

I'm now working on connecting existing Azure AD to AWS service (EC2 and file system) and want to connect the AWS service to existing Azure AD. When creating fil

Invoke-Sqlcmd with AAD authentication

In an Azure DevOps 'release pipeline', I provision Azure resources - including SQLServer databases - and try to configure access to databases using managed iden

Azure B2C - REST API call Error "Message: The claims exchange <Id> specified in step <order> returned HTTP error response that could not be parsed"

Thank you and will appreciate some help. I am making a REST api call from a custom policy in Azure B2C. When I call the azure function in a browser, test/run in

Microsoft Login. You can't get there from here. Conditional access. Require approved client app

Our azure active directory application needs delegated "Calendars.Read" permission to read some information from the user's calendar after the login. But when I

404 Not Found error via resource owner password credentials flow in Azure AD B2C

I got the error below after following the example below: https://docs.microsoft.com/en-gb/azure/active-directory-b2c/configure-ropc HTTP/1.1 404 Not Found Cach

SNOWFLAKE - AZURE ACTIVE DIRECTORY Integration

I'm trying to integrate Azure Active Directory with Snowflake. I've set everything up as instructed in this document : https://docs.microsoft.com/en-us/azure/ac

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