No Option to send a New User Invite to their Alternate Email During the Onboarding Process.
Hello. We have been receiving complaints from administrators regarding the onboarding process and the recent changes in the Microsoft 365 Admin Center for adding new users. After reviewing the process, here are my findings: Due to security concerns,…
Forbidden Error When Assigning 'Contributor' Role to Service Principal in Aadiam Scope
I'm encountering an issue when trying to run the following PowerShell command: New-AzRoleAssignment -ObjectId $objectId -Scope "/providers/Microsoft.aadiam" -RoleDefinitionName 'Contributor' -ObjectType 'ServicePrincipal' I have Global Admin…
Signing in with B2C Tenant users in Enterprise Application SSO
I have an Enterprise Application set up in the same directory as my B2C tenant. It is configured for SAML SSO to sign on with a 3rd-party application. I have set "Assignment required?" to "No". When I test sign-in I am not able to…
Azure cost management and billing billing account invoices
I receive message 'invoices are only available for billing accounts billing profiles and pay as you go subscriptions. please change to a supported scope'. when accessing Azure cost management and billing ; billing account invoices in my Azure tenancy.…
Help with a tenant that I no longer have association with
Hi there, I used to work for a company that needed me to look at a tenant's account, so I added it to my Azure tenant. I last worked for that company a long time ago, but it was still linked; I only occasionally use that account, so I didn't notice the…
The data provided was not valid. Unable to connect to the database: Failed to load MSAL4J Java library for performing ActiveDirectoryPassword authentication
I am providing the sql server jdbc dependency on the run time to the application before authenticating. It works fine for sql server authentication but does not work with ActiveDirectoryPassword. It is throwing The data provided was not valid. Unable to…
Unable to Connect to SQL Server Using ActiveDirectoryPassword Authentication
Encountering an issue while trying to connect to SQL Server using ActiveDirectoryPassword authentication. The error message states: "Failed to load MSAL4J Java library for performing ActiveDirectoryPassword authentication." For Info -> I…
Permission Issues with Application Registration for Creating External Users in Azure Synapse Databases
Hello everyone, I’m encountering an issue with an Application Registration in Azure AD that needs to create external users in several on-demand Azure Synapse databases across multiple environments. Despite configuring the necessary permissions in Azure…
Azure AD Connect
Hi, I'm new to Azure/Entra ID. I've inherited a domain that was syncing on-prem AD to Azure/Entra in it's entirety. I've since cleaned up the local AD and narrowed the sync scope, but users who are no longer in the Azure AD Connect sync scope are not…
Unable to login using corporate credentials
I am trying to login to Azure using my corporate email address e.g. xyz@abc.com but when I suppy them, I get auto redirect to xyz123@abc.onmicrosoft.com. While xyz@abc.com is Global Admin on Azure, xyz123@abc.onmicrosoft.com is a normal user. My…
How to migrate Enterprise applications from one tenent to another tenent which comp
Hi Team, Our organization currently has approximately 700 enterprise applications within our tenant. We're planning a merger with another company that has its own tenant. As our users will be migrated to their tenant, we'd like to know the best approach…
When trying to fetching the keys from the application getting 429 error
My application encounters a status code 429 error when attempting to fetch the keys from key vault.
how to delete a domain in azure
I tried to delete a domain that has never been used. How can I do this.
Noone is able to install addin from AppSource
On attempting to install our addin we get the following error: Request Id: 2af8a20f-7c10-4f8b-9c9d-30faa8585600 Correlation Id: 44f3e7a3-aae9-4889-bd47-287b72927bb8 Timestamp: 2024-11-05T09:59:07Z Message: AADSTS50011: The redirect URI…
Pre-made module for self-serve and manage subscriptions/licenses/seat directly within saas product
We are seeking assistance in finding the best pre-made module for role, license, and subscription management to integrate into our SaaS application. This module should enable our customers to import and manage licenses for their community users…
Entra App Registration - Policy to Restrict Client Secret Expiration to 6 Months Globally
A customer is looking to restrict app registration client secret to 6 months globally. Is there a way to accomplish this using Azure policy for example? Thanks.
Will Entra ID generate session tokens when user logsin through web app
Is it possible to integrate Entra ID for automatic user registration when a user signs up on my application’s registration page? Specifically, I’d like the user to be added to Entra ID at the time of registration so that Entra ID can handle…
Access to local resources from Entra Joined devices
A few months ago we started using Intune and I Entra Joined some devices. We have two DC onsite, one of them is the CA. The problem that I'm finding is that if a user logs on using a PIN from Entra Joined device they're not able to access shared folder…
Entra exporter after the backup shows completed, nothing is in the backup folder.
I am attempting to run a script on one of our internal servers to back up our Entra tenant config using Entra exporter. I customized the solution to use MSAL and an app registration to authenticate to our tenant. I am using the Connect-MgGraph option for…
Unable to Retrieve SharePoint List Items in .NET Core using SharePoint Rest API
Hi Team, I have created a new app registration in the Azure Active Directory section and generated a client secret. I also granted the necessary API permissions for SharePoint sites with 'AllSites.FullControl' and obtained admin consent. I used the…