Questions tagged [azure-ad-b2b]
197 questions
3
votes
1 answer
appRole defined in AzureAD application not being included for guest user of type "External Azure Active Directory"
Have AzureAD application for authentication with appRoles defined in the manifest. The roles are assigned to users and they are included in tokens of authenticated users as claims. This is the case with members of the current tenant as well as…

Program Haven
- 213
- 2
- 9
3
votes
0 answers
Azure AD B2C concurrent access token request
Why we need multiple token requests:
We're using implicit flow for our SPA to get access tokens from Azure AD B2C to access APIs that are protected by the B2C. We need to access multiple APIs and those are all registered as different applications in…

Izzul Haziq
- 136
- 9
3
votes
1 answer
Azure AD "Grant permission" button stopped working
Since 18th of May 2018 the button to grant permissions button in Azure (used as admin to give permission to application roles for all users) stopped working.
I am global administrator on the AD
It worked before
AAD error details:
"Failed to grant…

MichaelK
- 373
- 2
- 7
3
votes
1 answer
The object either is sourced from an on prem directory or is undergoing migration
I'm using MS Graph and Azure B2B to invite Guest users in my AD. For some emails it works perfect. But for some emails Graph API sends Bad Request response:
The object either is sourced from an on prem directory or is undergoing migration
Graph API…

Vnuuk
- 6,177
- 12
- 40
- 53
2
votes
1 answer
Unable to create client secret from Powershell
My requirement is to create an Azure Active Directory Application and a client secret for that application via Powershell. I know how to do it via Azure Portal.
To create an Azure Active Directory Application I found this…

Anderson
- 23
- 4
2
votes
1 answer
Can't get ID token even with Auth code flow via Postman
I am trying to get ID token and Refresh token along with access token from Azure AD app via Postman by using below…

Saimk_556
- 29
- 6
2
votes
1 answer
Azure AD External Identity using SAML without invitation
I am trying to setup Azure AD integration with our partner identities. I have few providers that I need to support and they support SAML and WS-Fed. I am trying to use Azure AD External Identities to add these providers to my Azure AD…

user3731783
- 718
- 1
- 7
- 31
2
votes
1 answer
Add B2B external user to Azure AD without sending invitation email C#
We are using azure b2b for inviting the external users to access our applications in the Tenant. For inviting
For new users, we are sending the b2b invite(using c# Code with customized mail format), upon acceptance users are able to access the…

TARUN
- 241
- 1
- 8
- 27
2
votes
2 answers
Using Azure AD premium custom roles with spring security for role based access
I have created a demo spring boot application where i want to use AD authentication and authorization using AD and spring security.Looking at Azure docs i did the following
package com.myapp.contactdb.contactfinder;
import…

sand87
- 123
- 1
- 11
2
votes
1 answer
Azure: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException:unable to find valid certification path toRequestedTarget
We have an application hosted on intranet and we are trying to configure Azure SSO for the same. The login page is getting redirected to Microsoft login portal and we are receiving the authorization Code. But when we try to post a request back to…

Sumit Mishra
- 21
- 1
- 1
- 2
2
votes
0 answers
Azure AD does not sync attributes of an extended schema using SCIM 2.0
I have an application that exposes two SCIM 2.0 schemes to sync users:
"id": "urn:ietf:params:scim:schemas:core:2.0:User",
"id": "urn:ietf:params:scim:schemas:extension:bizagi:2.0:UserProperties"
I'm trying to sync users with Azure AD, with default…

Akane
- 21
- 2
2
votes
2 answers
The client id '' specified in the request is not registered in tenant '.onmicrosoft.com'
When I try to access
https://.b2clogin.com/.onmicrosoft.com/oauth2/v2.0/authorize?p=&client_id=
I get the following error:
The client id '' specified in the…

Tony
- 1,394
- 5
- 22
- 48
2
votes
2 answers
How to do Authentication & Authorization Azure AD App, using C# WEBAPI (token based) .netcore
I am able to Do Authentication and Authorization for my .netcore MVC app+reactjs (Billing App)
this application will be hosted on IIS, and on the same server planning to host the .netcore Webapi
(chart App).
By using Billing App we will call the…

Azure-Core
- 21
- 1
- 2
2
votes
1 answer
How can I enable SSO between two Cloud Applications running on two different Azure tenants?
I have application A running on Azure Cloud A hosted on tenant A. This users defined in AAD.
I have another application B running on Azure Cloud B hosted on tenant B.
How can I enable SSO between Application A and Application B ?

user11927679
- 21
- 1
2
votes
1 answer
Azure AD B2B API failing for sovereign cloud
I am using Azure AD B2B Invitation API to invite external users in my tenant. Its working perfectly but recently for one external domain its failing and the error message is:
"Code: BadRequest\r\nMessage: You're trying to invite a user whose Azure…

Prashant Gupta
- 23
- 6