Questions tagged [azure-ad-b2b]
197 questions
0
votes
2 answers
Azure AD B2C Multi-Tenant Architecture
Does Microsoft Azure AD B2C support Multi-tenant Architecture?
The below diagram is our Architecture. I have created an Azure AD B2C Service call Tenant(Client) and a link to my subscription account. I have registered UI and API application in that…

mani
- 105
- 1
- 10
0
votes
1 answer
A chatbot in Azure's myapps portal for B2B users
We have rolled out a enterprise wide portal using Azure's myapps where all the enterprise applications are registered. All the B2B users login to this portal and access the application using SSO feature(i.e it uses user's email registered in Azure…

Prashant
- 1,144
- 8
- 17
- 28
0
votes
2 answers
User Impersonation in Azure AD for Angular Application
I want to achieve user impersonation using Azure AD for my application.
For authentication and authorization of the user, I use MSAL-Angular library, as my application is in Angular 7.
I am calling the Function Apps using the authorization token for…

Foramkumar Parekh
- 421
- 1
- 6
- 26
0
votes
1 answer
Failing to register an application using unique Entity ID in Azure AD
I am trying to implement SSO for an Oracle application using SAML method in Azure AD. There are 2 deployment instances of the same product that we need to configure in Azure AD. Registration of the 1st instance works fine, but registration of 2nd…

Prashant
- 1,144
- 8
- 17
- 28
0
votes
1 answer
How to enable Javascript on Custom Azure AD B2C SignUpOrSignin Policy
I am trying to enable Javascript on my custom "SignUpOrSignin.xml" policy, so I can take custom actions on the Reset Password and Sign Up buttons.
I did the following steps on SignUpOrSignin.xml :

Radu Olteanu
- 393
- 4
- 17
0
votes
1 answer
How to protect an API using Azure Active Directory, App Registrations and Enterprise Applications
I have an backend API in an Azure Website that I like to protect using Azure AD.
As I understand it I'll first do an App Registration, use information registration as part of the sign in to get a token back to the client.
I can then send that token…

Riri
- 11,501
- 14
- 63
- 88
0
votes
1 answer
Azure B2B application redirection to web app after login from the Invitation
We are implementing an Azure B2B application that was given in the GitHub sample
https://github.com/Azure/active-directory-dotnet-graphapi-b2bportal-web,
which was working as expected. After the redemption from the mail, the user was redirected to…

TARUN
- 241
- 1
- 8
- 27
0
votes
0 answers
How to assign users to tenant with one Azure AD?
I've read how to set up my application to support multiple tenants with each of them having their own Azure AD. But I would also like to support clients without Azure AD. I thought about using Azure AD B2B (inviting them to my Azure AD). But how do…

Piotr Perak
- 10,718
- 9
- 49
- 86
0
votes
1 answer
Allow guest user ownership over an app registration in order to manage certificates and secrets
On our AD tenant I am testing guest user ownership over an app registration + service principal. I want to allow an external daemon service to call my .NET Core REST API. In order to do so securely I need an identity provider trusted by both…

Wouter
- 152
- 7
0
votes
1 answer
[azure-ad-b2b]Need a way to bypass the consent/review prompt when Guest users access the application
Scenario: Two tenants a.onmicrosoft.com and b.onmicrosoft.com
user from b.onmicrosoft.com would like to access the application in a.onmicrosoft.com
Option 1: To send an invitation email, the user needs to redeem the invitation and then access…

shadab basha
- 3
- 1
0
votes
1 answer
How to renew azure AD token from client side after expiration
I am using vue-adal library in my VueJS application to connect to Azure AD.
AD Token valid for 1hr after login.
When my token expires i am unable to renew it from client side.
Is there any way to renew token from client side using VueJS or
Any other…

Gowtham
- 635
- 1
- 7
- 17
0
votes
1 answer
Unable to fetch details of B2B user using Azure Graph API
Azure's Graph API supports fetching details of a user using this API. It supports either the id or the userPrincipalName(UPN). For B2B user the requirement is to fetch the details using UPN. The UPN that Azure creates for a B2B user is the following…

Prashant
- 1,144
- 8
- 17
- 28
0
votes
1 answer
Invitation API don't have user group to add invited user group to
On azure AD b2b, when we are inviting user to use the application, we have possibility to add invited user to group. From what I see here: https://learn.microsoft.com/pl-pl/azure/active-directory/b2b/customize-invitation-api the invitation API does…

Kamil Banaszczyk
- 1,133
- 1
- 6
- 23
0
votes
2 answers
Azure Active Directory B2B - Helping confused users login
We're using Azure AD B2B for a few bespoke applications (customer portals etc) with several hundred guest users from other directories, mostly non-tech staff from small businesses with outsourced IT. Generally it works great but we regularly receive…

Matt Wanchap
- 841
- 8
- 20
0
votes
1 answer
How should my WebAPI access other APIs exposed by other Tenants in Microsoft Identity Platform into my app?
I have a "hub and spoke" model for a single ASP.NET Core website, and several "spoke APIs" that are located in N other AzureAD tenants.
... which calls API Apps located in other tenants ...
My goal is to have this "hub" website use incremental…

TLDR
- 1,198
- 1
- 12
- 31