Implimenting SSO on a QNAP NAS
I am setting up a QNAP NAS unit for SSO. Part of the process indicates that I need a Virtual Network setup with my Firewall and Azure. It indicates that it is connected connected. The next steps indicate that I need to configure the AD DNS Server. …
About Deleting Intune/Entra ID device using powershell
Can anyone tell me the powershell that delete the Intune and EntraID device I try to search on internet but couldnot found It will be great help if anyone provide me this Thank you
SSO Error on Mobile while Logging in Successfully on Desktop
A customer is encountering the error message: "SSO error: an error occurred when logging into your SSO provider. Please contact your administrator." This message indicates a problem with communication between the user and the Single Sign-On…
PowerShell Script to add users to Entra ID Security Group while not processing users already in the group - using MS Graph PowerShell
Hi folks! I have the following CSV File: userprincipalname user1@test.com user2@test.com I would like to able to use Microsoft Graph PowerShell to read the contents of this file so each member of the file is added to an Entra ID Security Group. I would…
Unable to register USB Security Key - We detected that this particular key type has been blocked by your organization. Contact your administrator for more details and try registering a different type of key.
From this page: https://mysignins.microsoft.com/security-info I received this error when trying to register the USB security key for my account. We detected that this particular key type has been blocked by your organization. Contact your administrator…
Unable to register USB Security Key - We detected that this particular key type has been blocked by your organization. Contact your administrator for more details and try registering a different type of key.
From this page: https://mysignins.microsoft.com/security-info I received this error when trying to register the USB security key for my account. We detected that this particular key type has been blocked by your organization. Contact your administrator…
How do you add translations to the globalexception page on Azure AD B2C using custom policies
Hi, I am make using of Azure custom policies and am unable to find out how to translate the globalexception page. I would expect to be able to translate the error heading and error description, but there is no mention of how to do this via the…
Password reset from the Azure AD B2C portal not working
Hello MS Community, We are using Azure AD B2C for our customers. When you go to a specific user's profile, you can see a password reset button. I have attached a screenshot of the same. When I click on that password reset button, it generates a…
API-driven provisioning to on-premises Active Directory - Provisioning Failure
Hi. Hoping someone can help with this. I have a logic app that handles multiple user remediations, and one of those is to disable accounts. This works fine in a cloud only environment, however; I want to extend the disable account element to on-prem…
We’re unable to validate your phone number
while creating a new account at dev.azure.com. When I'm trying to get verification code to verify phone number. when I click on Send Text or Call me, I get an error on new page "We’re unable to validate your phone number".
Managing azure user access for a small company just opening an Azure account
I am totally new to Azure. Zero experience. But I have experience with AWS and GCP. I need to get our Azure account setup so we can start trying some things out in there. We use google gsuite for email and such. We use terraform to manage the other…
Issues Adding External Users in Entra
Two emails cannot be added as external users in Entra: kushibhai@outlook.com and rmhunter83@hotmail.com. What could be the reason for this issue?
entra ID connect MSOL accounts - no UPN
i have a couple of Entra ID connect servers, formerly known as Azure AD connect servers. each of the servers has an "MSOL_GiBbErIsh123" account associated with it. i assume these are created automatically when azuread connect is installed. i…
How to void Entra App User Access token after the user access is removed from application
Hi everyone, I would like to know if there's a way to void a Microsoft Entra app user access token immediately after the user access is removed from a registered application in Microsoft Entra admin center. Currently user access token will be voided…
Recuperar acceso a la cuenta de Azure - MFA Habilitado -
Saludos, En una prueba habilité MFA para la única cuenta de Global Administrator de Azure, es una cuenta personal y no tengo otros planes de soporte, ni puedo iniciar sesión debido a que no se habían registrado los métodos de autenticación. ¿Cómo podría…
convert synced to cloud
Has MS come up with a better way to convert synced users to cloud only. Surely this is the way everyone is going and MS wants everyone to go.
Experiencing Issues with MSAL Config due to Client Secret Value?
Hi All, I'm reaching out in regards to the error code I've been receiving for my app that doesn't quite make sense as it's been working properly until during and after last Friday's outage. In my application, I've received the following: …
Access request to Microsoft Application Network Portal
Good day, On behalf of my company I would like to publish an Entra enterprise application to the gallery. Can I get access to the Microsoft Application Network portal to submit this? https://microsoft.sharepoint.com/teams/apponboarding/Apps Email to…
Mobile Number not syncing in Hybrid AD
Hybrid AD setup and everything except for Mobile Number is syncing. In Microsoft Admin center the field for Mobile Number is editable, but it isn't saving changes and just says "Retry not possible" Any idea what is causing this?
Convert String to Boolean for Attribute Mappings in Microsoft Entra ID
I'm trying to hide new hires from our GAL until the start date using the following expression: IIF(DateDiff("d", Now(), CDate([StatusHireDate]))>=0, True, False) This works in the expression builder, but when I save the mapping and…