简体   繁体   中英

Registering a service application in an Azure B2C Active Directory using PowerShell

I'm following this guide to create an application in my Azure B2C active directory.

I have created a new local user called admin@{mytenant}.onmicrosoft.com which is set as a global user. I am using this user to manage my active directory with PowerShell.

It seems that the application (service principal) gets created successfully. There are no errors returned and when I run Get-MsolServicePrincipal the newly created app appears in the list.

However it is nowhere to be found in the old Azure portal ( http://manage.windowsazure.com ) nor the new one ( http://portal.azure.com ). Am I doing something wrongly with creating it?

The answer of the question below could be useful for you : Azure AD B2C Connected user change password with Graph AD API

I don't know if it's possible in the old portal.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM