Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [azure-ad-b2b]

The tag has no usage guidance.

azure-ad-b2b
0 votes
1 answer
24 views

Can't edit claims in a B2C OpenID Connect Identity Provider

I have an OpenID Connect identity provider configured in my B2C instance. I put the wrong values in the claims configuration, and Azure's web interface isn't letting me change them. When I change ...
Alex S's user avatar
  • 11
0 votes
1 answer
98 views

"An invalid OAuth response was received" from azure adb2c custom policy oauth2

I'm implementing SSO via an ADB2C custom policy doing an oauth2 flow. I get the auth code, but when I go to get the access token, I get "An invalid OAuth Response was received" with a null ...
jprmsn's user avatar
  • 25
1 vote
0 answers
232 views

Microsoft Entra B2B - Reset Redemption Status OID collision

I'm following guidance here to reset the external identity for an Azure AD B2B guest account: https://learn.microsoft.com/en-us/entra/external-id/reset-redemption-status#use-microsoft-graph-api-to-...
Brett's user avatar
  • 494
0 votes
0 answers
53 views

JWT Token Generation Differences: Functional via Postman but Not Through Angular Front-End

Context: I am developing a web application using Angular with a backend service integration. For authentication, I am using JWT tokens. Interestingly, tokens generated via Postman work correctly, but ...
AlehandroSV's user avatar
0 votes
1 answer
60 views

Azure AD Self-Service Sign Up Fetch Manager Information

I am looking to setup a self-service signup portal for Azure AD B2B. Only information that's populated during the sign up is Email, Given Name and Surname. I am looking to auto-fetch some other field ...
Abdulquadir Shaikh's user avatar
2 votes
1 answer
4k views

How do I add claims from my custom claims provider to Entra External ID/Azure AD access tokens?

I have added a custom claims provider API (following these articles: https://learn.microsoft.com/en-us/azure/active-directory/external-identities/customers/concept-custom-extensions and https://learn....
Martin H's user avatar
  • 418
0 votes
1 answer
199 views

Check if AzureAD guest users still exists in their home tenant

We are have several customer teams and a lot of B2B guest users in our AzureAD. Recently noticed that when a user is deleted in the home tenant, it will still remain in our AD. Other than deleting it ...
vilmarci's user avatar
  • 525
2 votes
1 answer
582 views

Property 'onPremisesSyncEnabled' does not exist as a declared property or extension property

We have requirement of getting on-premises synced users SAM Account Name and Security ID from powershell. $onPremUsers = Get-AzureADUser -Filter "onPremisesSyncEnabled eq true" foreach ($...
Santosh's user avatar
  • 23
1 vote
2 answers
536 views

Do I need to use Azure AD B2B or B2C?

we are building an application (Azure website) where we want people to be able to log in with local accounts (created in Azure) but also with their Office365 account. Of course, it would be great if ...
CreatorFS's user avatar
0 votes
1 answer
106 views

How to enforce MFA only where the home directory requires it

I have an app that uses Azure AD B2B. Some guest directories require MFA logins, others do not. When signing in to my application, this is not enforced/required. Users that belong to an organisation ...
Neil P's user avatar
  • 3,120
3 votes
0 answers
408 views

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 = ...
MichaelDae's user avatar
0 votes
1 answer
599 views

Assign random passwords while creating multiple Azure Active Directory users with Terraform reading a CSV file

I am trying to assign random passwords to multiple AAD users -in a csv file- with Terraform and resources "azuread_user" First of all, I have this CSV file with some users: user_name User1 ...
JoelCanteroGCO's user avatar
0 votes
1 answer
285 views

Azure for authentication to multiple applications using the organization's identity provider

I want to use Azure for authentication to multiple web applications using the organisation's identity provider. Organisation has already developed identity provider, but I want to use Azure to ...
user3793607's user avatar
0 votes
1 answer
688 views

Find out if customer has azure ad instance by email address

Is there a way to find out if email address belongs to Azure Ad instance? I have a list of email addresses of my customers and I have to figure out if they have azure ad instance.
Jan Bizub's user avatar
  • 193
0 votes
1 answer
820 views

Using Azure AD with ASP.NET Core Identity

I am trying to crack the code to use an Azure AD multi-tenant app to sign in to a ASP.NET Core app that uses ASP.NET Core Identity. It's a pretty standard setup but it doesn't seem to accept Microsoft ...
hbulens's user avatar
  • 1,939

15 30 50 per page
1
2 3 4 5
14