Questions tagged [azure-ad-b2b]

197 questions
2
votes
2 answers

I have user that belongs to another azure active directory, and I want to add them to my azure active directory as users

I would like to add users from another azure active directory organization to my azure active directory organization. The problem is the other organization does not want to open up their azuread for b2b collaboration due to security reasons. Can…
Program Haven
  • 213
  • 2
  • 9
2
votes
1 answer

Give storage account access to guest user (External Azure Active Directory)

I am using Redgate Data Platform Studio to transfer data from on-premise SQL Server to Azure-hosted SQL Server. This web-based application has the ability to use an Azure Storage account (for data transfer purpose) simply by logging into my…
2
votes
2 answers

Change the navigation of inviteRedeemUrl in Invitation Email: Azure AD

I created an email invitation using Microsoft Graph to a azure ad application. IN the email that was being received on clicking the Get Started (Elements of Email Invite)element it is being redirected to the signin page not the sign up page of the…
2
votes
1 answer

uncaught exception: AADSTS65001: even though I've re-authorized the app as an admin

I'm building an angular7 app that's integrated within O365 as an enterprise app. It's the 5'th app I'm building this way and the integration has stayed the same. Now out of nowhere (without even working on the AD integration type of things, have…
SebastianG
  • 8,563
  • 8
  • 47
  • 111
2
votes
0 answers

Output claims does not contain email after login in Azure AD B2c

I am using azure ad b2c custom policies for user signIn and signUp. I am trying to get user's email as part of the output claims, unfortunately unable to get email in output claims. I am using SignUpOrSignIn user journey in template…
Jagadish KM
  • 165
  • 2
  • 13
2
votes
1 answer

Feature “Guest users permissions are limited" does not work properly

In the Azure Active Directory Admin Center, you have some control over what External users/Guest can do. One of the settings allows you to make sure that Guest users permissions are limited. The description says: "Yes" means that guests do not have…
2
votes
2 answers

Invite user as Member

I'm trying to update my existing app with some new features. App uses Azure B2B API and invites users as guests. It works well, but it causes issues with some emails that marked as mastered in their tenants. Is there a way to invite user with user…
Vnuuk
  • 6,177
  • 12
  • 40
  • 53
2
votes
1 answer

How to Invite user in Azure AD Programmaticaly using Microsoft.Azure.ActiveDirectory.GraphClient sdk

I am trying to invite a user in Azure B2B Active directory. I am not able to find a way to do that using Client SDK. Is there a possible way to do that? Thanks for your help in advance. :)
user1500960
2
votes
0 answers

HttpContext.Current.Request.Url giving 127.0.0.1

I created a vanilla ASP.NET MVC AAD Authenticated application in Visual Studio 2017. It includes the following: app.UseOpenIdConnectAuthentication( new OpenIdConnectAuthenticationOptions { ClientId…
2
votes
1 answer

Azure AD B2B and B2C in same Application

I have requirement to create a web application using AzureAD, where user may login from Organization/using their personal account(FB,Google, etc..) Can we use both B2B and B2C in same Application?
1
vote
1 answer

Updating mobileNumber using graph giving { }

I would like to add phone number to existing Azure AD users. I don't want them to manually enter their phone numbers to get code for MFA. I am trying to do this from graph like this: PATCH https://graph.microsoft.com/v1.0/users/id { …
1
vote
1 answer

AddMicrosoftIdentityWebApp with two providers isn't setting IsAuthenticated

I'm trying to get a dual authentication approach working for my .NET6 website. For the front-end, I'm implementing Azure AD B2C, and for the back-end, Azure AD. Here's my code: Startup.cs public void ConfigureServices(IServiceCollection…
1
vote
1 answer

Get groups user is memberof azure cli

To know whether the user is a part of any Azure ad group or not I used below Azure cli command az ad group member check --group groupname --member-id ****** This gave me output with warning like below: az : WARNING: The underlying Active Directory…
1
vote
1 answer

Error occurred while executing GetServicePrincipalOAuth2PermissionGrants

My requirement is to fetch permissions granted to Azure ad application from powershell. I have an application with few delegated permissions like this: I found Get-AzureADServicePrincipalOAuth2PermissionGrant command to achieve my scenario. But I…
1
vote
1 answer

Can't find Powershell command to grant admin consent

I have one Azure Ad app created via powershell. I added permissions using Add-AzADAppPermission by following this document: Add-AzADAppPermission (Az.Resources) | Microsoft Docs Now I want to grant admin consent for the added permissions via…
1 2
3
13 14