Questions tagged [azure-ad-b2b]

197 questions
0
votes
1 answer

AAD B2B collaboration: mark users in external hidden AAD with additional info

We have an application which uses AAD B2B collaboration to invite users. These users are created as guest users in our AAD. This all works great: Users that have an AAD/Office 365 can use their normal credentials to sign in. Users that don't have…
0
votes
1 answer

Azure AD returns Unsigned Id Token while requesting renewal using refresh token

I am using Azure AD v1 endpoint to authorize my webapp. On initial authentication , I am not getting access_token to be a valid jwt token. However i am getting id_token to be valid jwt and the acces_token to be value of refresh_token which appears…
0
votes
1 answer

Azure Customer Identities in own Tenant?

If you manage accounts for your customers and want to continue to do so, do you move them to the same tenant where your normal accounts are or do you move them to a dedicated tenant and do B2B?
0
votes
1 answer

Azure AD B2B Invite API: disable verification

Our application is mainly used by internal users, who authenticate through AAD. Some pages need to be accessible to third-parties. Right now we are using custom tokens, but would like to switch to Azure AD B2B Invite API. We just did some manual…
Davide De Santis
  • 922
  • 1
  • 10
  • 25
0
votes
0 answers

How to check if User Exists in Azure AD B2B from email id & get its object id

Is there a way to find out if the user exists in the Azure AD B2B and if yes, retreive its object id. Thanks
user1500960
0
votes
1 answer

How to find azure AD guest user invitation has redeemed or not using Graph API

I need to find whether the Guest user has redeemed the invitation or not. When I get the user details from Graph API the returned user doesn't has that kind of information. But in the Azure Portal I can see the source property under the Identity…
0
votes
0 answers

Authenticate the token against multiple 'Client Id' from same Tenant : Azure

Is it possible to authenticate the user token against multiple 'Client Id' from the same tenant ? Here is the configuration which uses the same 'ValidAudience' for Client Id. app.UseWindowsAzureActiveDirectoryBearerAuthentication( new…
user1500960
0
votes
1 answer

Azure AD - B2B Invite to email that is not an actual email

We have an AD directory where we invite our users B2B way. Normally, they have their own email like somename@thecompany.com but not every time, this is an actual email address i.e. they cannot receive mails here. Therefore, we use a private email…
JS_Diver
  • 756
  • 7
  • 19
0
votes
2 answers

Azure AD B2B authentication - is it possible to have whitelisted domains?

I would like to implement a domain whitelist to an application we are developing that will use Azure B2B authentication against an App created at apps.dev.microsoft.com. I'd like to be able to have the user enter their email address, where upon…
0
votes
1 answer

Separate Azure AD's for internal and external users

Is there a recommended Azure AD strategy for managing internal and our partner users? We know we can add external users to our Azure AD but we would like a clear separation between the internal and partners users. I see in Azure you can add…
0
votes
1 answer

AzureAD SAML SSO Authentication Time

I would like to know what is the default authentication age that AzureAD is going to give after user authentication. - Is it should match with the Service Provider Session age - if it doesn't match any conflict we observe - what is the best practice…
-1
votes
1 answer

Azure B2C or B2B for SaaS

I'm a little bit confused if idea for my SAAS project would require Azure B2C or B2B implementation. Platform which I'm working on have multiple roles, e.g dev (which allows managing API keys and similar developer related content for integration),…
-1
votes
1 answer

Azure AD + B2C, public facing website with enterprise and public users

I want to build a public facing SaaS website. My users will either be: enterprise customers and I will want them to be able to login with their corporate credentials. non-enterprise customers. I will want the ability for them to register and use…
Mehdi Ibrahim
  • 2,434
  • 1
  • 13
  • 13
-1
votes
1 answer

Restrict Azure B2C to organizational accounts

I have two separate web applications, one built with .NET Framework and the other built with .NET Core. Both web applications make up one solution which we ship to our customers. The solution itself is a SaaS subscription-based solution, where users…
anonuser1
  • 347
  • 1
  • 7
  • 17
-1
votes
1 answer

Azure AD Single Sign On

My company has developed a web-based application for internal and external use. The application is developed by angular + asp.net WebApi and authorised by OAuth. Users have to use the username and password given by us to login. The application works…
1 2 3
13
14