Questions tagged [azure-ad-b2b]

197 questions
1
vote
1 answer

Configure Privacy Statement link for Azure B2B invite

We are inviting the external users using Graph Api B2B to our tenant, When the user tries to log in to our application, it will ask the user to review the permission. On that screen, we need to provide the link for our organization's Privacy. I…
TARUN
  • 241
  • 1
  • 8
  • 27
1
vote
1 answer

Detailed steps to configure Okta as an IDP in Azure AD

We want to integrate OKTA as an IDP for Azure AD. Our requirement is when a user tries to access the application. They'll be challenged with a login page, which will be validated by Okta. Post this authentication, the authorization will be taken…
Rajat
  • 57
  • 3
  • 9
1
vote
1 answer

Azure AD group provisioning: not getting PATCH request from AD when updating the group

We are trying to achieve group sso integration in our application through Azure AD, we are following below link for adding group provisioning functionality…
Akshay
  • 111
  • 1
  • 12
1
vote
1 answer

Cannot use external identities in Azure AD portal (aad.portal.azure.com)

The newly released feature of External Identities in Azure AD is accessible from https://portal.azure.com but not from https://aad.portal.azure.com. When we go to user flows blade or user attributes blade, the blade behaves differently.
Abhishek Agrawal
  • 2,183
  • 1
  • 17
  • 24
1
vote
1 answer

Allowing 3rd party tenant users to login to our application

We've got an application which uses a separate authentication server to handle logins. The authentication server uses ASP.NET Identity to manage credentials. This setup is OK for small businesses but larger organisations would like to use their…
1
vote
1 answer

How to grant a Service Principal access to AKS API when RBAC and AAD integration are activated?

Upon creating an aks cluster and integrating with azure ad by following instructions at https://learn.microsoft.com/en-us/azure/aks/aad-integration, I was able to successfully establish RBAC on azure ad users and user groups. Unfortunately, this…
1
vote
1 answer

Azure AD SAML SSO - Signout process

I didn't quite understand the logout process in AD. Say a user logs out from other app (not mine) that's connected to AD, would my SP get called when it happens? Another thing that i'm missing is, what happens when user was removed/deactivated from…
1
vote
1 answer

Microsoft Graph API v1.0 self service reset password missing

I would like to follow Microsoft instructions and use Microsoft Graph v1.0 instead of Azure Graph Api. Unfortunately i don't see possibility to allow user for password reset. Additionally i would like to discover possibilities for Self service…
1
vote
2 answers

Azure Active Directory ServicePrincipal SecurityGroup AppRoleAssignment fails to resolve appRole

Within Azure AD B2B I have created an application registration (the resource) with an appRole for "User" and "Application". If I assign the servicePrincipal (the client) to this appRole -> the accessToken contains the…
Florian Eckert
  • 301
  • 2
  • 9
1
vote
1 answer

How to get the idToken from Microsoft using react-native-azure-ad-2 in react native?

I am building mobile application in React Native. Where I have to login with Azure AD using React-native-azure-ad-2 package. I have registered my application on Azure AD in App Registration by selecting Public client (mobile & desktop) option. I am…
1
vote
1 answer

How many Azure AD Directories should I create for an Enterprise B2B Solution?

I need to build a solution that utilizes Azure B2B Collaboration to on-board customers from different organizations to use my system. Each customer may have 100's or 1000's of users, where some may have Azure AD and other don't. The application…
zaid safadi
  • 709
  • 7
  • 14
1
vote
1 answer

azure invited user with external identity password reset/change

I have an application where currently all the users are in azure AD tenant of our subscription. So in application to change their password we are dealing with graph api. Now have to change this so that the uses will not be maintain in our tenant but…
1
vote
1 answer

Who has invited a guest user

I want to build a user review application for Azure AD. But unfortunately there is no Azure AD user property that indicates the inviting user. Is there any way to find out who has invited a guest user?
Peter Hödl
  • 21
  • 1
  • 2
1
vote
1 answer

Grab Access token - ASP Net Cor 2.x webapp ( work or School Account )

I have created a simple Web application using Visual Studio 2017. By selecting below template and after providing my domain details, VS created a project which is ready and protected by Azure AD. Now, after logging in, I want to capture the Access…
1
vote
1 answer

MS app - Support multiple tenants without using /common endpoint

Background : I know that I can support multiple tenants by using the /common endpoint. However using /common requires the application to handle the response id_token where the iss (issuer value) may change per user. My problem is, I am working with…
Urjit
  • 375
  • 1
  • 3
  • 12