Configure Single Sign-On (SSO) for a multi-tenant setup where the SaaS tool supports only one Identity Provider (IDP)
I am trying to setup SSO for a third party SAAS application, as per the existing setup we have a two tenant architecture, one tenant for prod and one tenant for non prod. But the problem is third party SAAS application only supports one IDP at a time. What are the possible options available for me to setup SSO in this scenario? eg. b2b, cross tenant sync, entitlement etc and which would be the best option given the number of users would be between 10-20.
preferred_username in Azure SSO Token Includes ad Prefix for Some Emails
I’m integrating Azure Single Sign-On (SSO) into my application and am encountering an issue with the preferred_username
field in the identity token. For some users, the preferred_username
includes an ad prefix (e.g., [email protected]), whereas the original login email was [email protected].
No matching federated identity record found for presented assertion subject
DefaultAzureCredentials call in golang to get creds for sending messages to azure service bus. works fine for 1-2 hours but then starts failing.
Azure – Assign Network Contributor in PIM
I want to via powershell to make an Azure role (Network Contributor) eligible in PIM under a specific scope (tenant root group actually).
Newly Added Users Disappeared from Azure AD without Sending Invitations
I recently encountered an issue with Azure Active Directory (AD) where the users I added disappeared unexpectedly. Here’s the detailed scenario:
Azure AD permissions for MS Forms
Can`t find permissions for https://forms.office.com/.default
Could someone help me with this? What did I miss? Why can’t I see permissions for forms? At least Forms.Read or something. I’m reading the tutorials for 2023, they were still there
Microsoft EntraAD- Removed tenant
I need help restoring a tenant that was deleted, unfortunately I don’t have access to the account in the organization. What should I do? How can I contact support?
creating an azure tenant user: graph api vs @azure npm modules
I’d like to programatically create a tenant user (using registered application creds).
How does the app registered in Azure AD support multi tenants to request access token for SharePoint Online?
I recently registered app in Azure AD for SharePoint Online access with OAuth authentication. The account type was set to Multitenant, and the API permissions are set as followings:
Accessing Azure Service Manager API from a function app
I need to access Azure Service Manager API from a function app. How do I authenticate using app registration?