Questions tagged [azure-ad-b2b]
197 questions
0
votes
2 answers
Google login with Azure AD vs Azure AD B2c
There are already many comparisons around Azure AD B2B and B2C, but none of them answer my question. As these technologies have many things in common, I am trying to identify what is best in my scenario.
We are building few web apps/apis that will…

user1868744
- 963
- 1
- 13
- 27
0
votes
1 answer
Can AD FS 2016 trust OAuth2 access tokens issued by Azure AD?
Is it possible to configure AD FS 2016 to trust OAuth2 access tokens that are issued by Azure AD? And if AD FS 2016 can't trust Azure AD, then can it trust Azure AD B2C and/or Azure AD B2B?
This would be the scenario:
Client gets an OAuth2 access…

Toby Artisan
- 1,639
- 3
- 23
- 26
0
votes
0 answers
Azure AD Authentication failing after some time in SIT Environment
I have implemented AZure Ad in MVC Application. It works fine in Local Environment.
but after deployment on SIT Environment it works fine 1 Hour.
after it started failing on different browser or incognito mode.
Again when i restart the app it start…

Freak Neeraj
- 1
- 1
0
votes
2 answers
What API Permissions are needed for Remove-AzureADUser?
I need to delete AAD guest users using powershell - where the script authenticates using certificate credential corresponding to a registered app. What API permissions does the registered app need?
Connect-AzureAD -TenantId $TenantId -ApplicationId…

Jaffadog
- 664
- 8
- 16
0
votes
1 answer
Azure AD - B2B Users can view group members
We invite Azure B2B guest users to our AD in order for them to access a web application. Part of this process also adds them as members of a specific security group.
What I have noticed is that a B2B user can log in - …

Globus
- 1
0
votes
2 answers
Azure AD B2C password reset link doesn't work
As an aside, I wish that every move I make on Azure B2C did not require a trip to stackoverflow. Thank God it's here. Anyway....
I have intentionally used a very similar title as another post as it has been answered but I do not understand it.
I…

Mark
- 139
- 3
- 18
0
votes
0 answers
Can we create custom fields in Azure Active Directory - B2B?
I've an Azure Active Directory for B2B client.
AAD provides all the necessary fields like name, email, custom email, etc.
I need to store some more information in it.
I'm using a VOIP provider and it has a unique data for each User, I need to store…

Sushant K
- 169
- 2
- 14
0
votes
1 answer
How to set hireDate property of guest user as soon as invitation is sent via Azure AD B2B api?
I am trying to invite guest user in my Office 365 tenant using Azure AD B2B api and the intent is to set hireDate property of the guest user as soon as invitation is sent. For me its not necessary that guest should redeem the invitation.
The problem…

Prashant Gupta
- 23
- 6
0
votes
1 answer
Known limitations when inviting users to Dynamics 365 using Azure AD B2B
We are designing a Dynamics 365 solution for a customer that already have an existing tenant with an Azure AD that uses federation through AD-FS.
We would like to design a solution using a separate tenant and Azure AD with Dynamics 365 (online). The…

iikkoo
- 2,810
- 6
- 33
- 38
0
votes
0 answers
Set up sign-in with an Azure Active Directory account using custom policies in Azure Active Directory B2C Doesn't work
I have created a custom policy in my B2C tenant and I want it to connect to the organisation AD.
I have followed all the steps at the link below.
https://learn.microsoft.com/en-us/azure/active-directory-b2c/active-directory-b2c-setup-aad-custom
But,…

Rocket Singh
- 469
- 1
- 10
- 22
0
votes
1 answer
SSO using Azure AD
If the user is logged in to an APP which is associated with one Azure AD 1.
How can we make sure that the user is automatically logged in to another APP which is associated with Azure AD 2?
Thanks!

Rocket Singh
- 469
- 1
- 10
- 22
0
votes
0 answers
Azure API: Grant Permissions to Users in Different Tenant
We have a client that owns two separate Azure Cloud tenants: ACloud and BCloud.
ACloud contains their regular SaaS and Azure AD users log in with userName@clientACloud.onmicrosoft.com
BCloud contains only IT/sysadmin users managing cloud PaaS…

Anthony
- 1
0
votes
1 answer
Azure B2C Custom Policy - Updating a claim to show PhoneFactor has completed
We are using B2C Custom Policies. We have a validate function that is called on signup after the user has gone through the self asserted pages. This returns an extension claim Verified if the email matches an on-premise database of users. It also…

Luven
- 11
- 3
0
votes
1 answer
Ca not get Claims information while login Azure active B2B directory
I can not get ClaimsPrincipal after login in azure Ad Web API,
Below is my code added in startup.auth.cs
app.SetDefaultSignInAsAuthenticationType(CookieAuthenticationDefaults.AuthenticationType);
app.UseCookieAuthentication(new…

S. Deshmukh
- 314
- 4
- 19
0
votes
1 answer
B2B Guest invites failing with 503 Error
I've invited some guests into my domain. They are added successfully, but when they confirm the invitation, the user gets a 503 gateway error from invitations.microsoft.com

Justin Dearing
- 14,270
- 22
- 88
- 161