I created an app in azure AD using New-MgApplication command of MS Graph in powershell. Then I created service principal of the same app. Both are executed successfully but I cannot see the application in Enterprise Applications Blade on azure portal though it is visible in Azure App registrations blade. Below are the commands that I ran.
**New-MgApplication -DisplayName ‘oidc auto’
New-MgServicePrincipal -AppId ‘XXXXXXXXXXXXXXXXXXX’**
Please suggest a solution.
Thanks
I created an app in azure AD using New-MgApplication command of MS Graph in powershell. Then I created service principal of the same app. Both are executed successfully but I cannot see the application in Enterprise Applications Blade on azure portal though it is visible in Azure App registrations blade. Below are the commands that I ran.
**New-MgApplication -DisplayName ‘oidc auto’
New-MgServicePrincipal -AppId ‘XXXXXXXXXXXXXXXXXXX’**
Please suggest a solution.
user3249911 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.