Questions tagged [azure-ad-b2b]

197 questions
31
votes
2 answers

Why is "Application permissions" disabled in Azure AD's "Request API permissions"?

I'm trying to give a console app permission to call an API in Azure AD. When I go to "Add permissions," "application permissions" is grayed out and I can only select "delegated permissions." My understanding is that application permissions is right…
Eric Eskildsen
  • 4,269
  • 2
  • 38
  • 55
14
votes
5 answers

How does a Guest User reset their MS Authenticator MFA settings in Azure Active Directory?

I know how to reset my Authenticator app MFA settings in my host tenant. I woud use this link https://account.activedirectory.windowsazure.com/proofup.aspx?proofup=1 per instructions found here…
10
votes
2 answers

Azure AD B2C integrating with corporate (Azure?) AD accounts

We would like to use Azure AD B2C for our web applications to allow users to sign in either with a 'local' account/password or use their social accounts (Facebook,…
5
votes
2 answers

AAD groups claim missing in JWT token for some users

I'm experiencing some strange behavior on our AAD. After a user signed in successful, we're getting an unauthorized for some users on our API calls. Turns out that a claim in the JWT is missing. Some users are getting the "groups" claim (array of…
ReBorn
  • 111
  • 1
  • 8
4
votes
1 answer

Azure AD: 50155 Device authentication failed

User is logged in (Windows 10) and connected to Azure AD, but can't setup any software since administrator account is required. When I try to use admin account, like I do in other desktops, I get the following error on logs (Azure): "50155 Device…
Vixed
  • 3,429
  • 5
  • 37
  • 68
4
votes
0 answers

Azure function access from other subscription

I have created an ARM template for my logic app which has azure function reference in it. By the time when I was deploying the logic app in my old subscription, I was able to deploy the ARM template using power shell successfully, The problem…
4
votes
3 answers

What URL to use for InviteRedirectUrl when using New-AzureADMSInvitation for guest users?

I would like to set the URL to whatever value it uses when I invite a user from the interface, however, the parameter InviteRedirectUrl does not provide a default value and it is required. I've tried testing it by sending myself an invite and it…
Morpheus
  • 1,616
  • 1
  • 21
  • 31
4
votes
1 answer

Azure B2C Custom Policy Authorize endpoint giving 404

In custom policy if I wanted to change Authorize & METADATA endpoint from login.microsoftonline.com to tenant.b2clogin.com What should we use. I get 404 for the endpoint
Harshal Shah
  • 79
  • 2
  • 8
4
votes
1 answer

Microsoft Graph API is reporting B2B User already exists but the user is not visible via Azure Portal

I am trying to invite a B2B user to our Azure Active Directory instance. This user already a member of their Azure AD under their own company (separate instance). I am sending a request to https://graph.microsoft.com/v1.0/invitations I get this…
Doug Molineux
  • 12,283
  • 25
  • 92
  • 144
4
votes
1 answer

Adding members to a Group as a Group Owner in Azure Portal for an Azure AD tenant

As a POC, I created a guest user, ex: 'OwnerABC@website.com' and made the user a Group Owner. According to the documentation and my group settings, I should be able to add members/modify changes with the group as the Group Owner, but I'm unable to…
4
votes
1 answer

Getting all B2B directories user is member of

Since we have Azure AD's B2B feature in GA, I am curious how to make use of B2B in multi-tenant applications. More specifically, how to get a list of directories which the user is member of? For example, the Azure Portal does this by calling…
3
votes
0 answers

Microsoft Graph API Invitations Guest User Properties

I am currently having trouble to finish my python code. I want to invite external partners to my azure enviroment, but couldnt find any documentation on my specific problem. # Microsoft Graph app = ConfidentialClientApplication( …
MichaelDae
  • 31
  • 1
3
votes
1 answer

how to get user profile with azure ad in flutter

how can I retrieve current user profile from an azure ad in flutter mobile app I have used this flutter package and followed the example(not b2c). I can only retrieve the Access Token but not the user data like email and user names. Is there anyone…
Ananthakrishna
  • 517
  • 5
  • 24
3
votes
1 answer

Add additional query parameters to the Azure B2C login url

I'm implementing Azure B2C to a .NET MVC app, and I need to add an extra query parameter to the login url. Here's how I've set it up in the startup.cs var openIdConnectAuthenticationOptions = new OpenIdConnectAuthenticationOptions { …
3
votes
1 answer

Azure AD : Single or Multitenant for SaaS-web application

We are in the planning phase of creating a web application for employee time tracking systems. If the application is successful, we hope to sell it to other companies as a SaaS (software as a service) service, so that it does not need to be…
Olof84
  • 919
  • 4
  • 14
  • 29
1
2 3
13 14