简体   繁体   English

使用应用程序注册的 Azure AD 自动用户预配

[英]Azure AD Automatic User Provisioning With App registartion

I'm new to Azure AD and I'm trying to create an app (that I'm developing) and setup an automated user provisioning (SCIM).我是 Azure AD 的新手,我正在尝试创建一个应用程序(我正在开发)并设置自动用户配置 (SCIM)。

The first thing I need to do is to create an application, so I go the App registration in the Azure AD portal and create one.我需要做的第一件事是创建一个应用程序,因此我在 Azure AD 门户中进行应用程序注册并创建一个。 It's a multi-tent application.这是一个多帐篷应用程序。

After that I navigated to the Authentication menu and added a Mobile and Desktop configuration only .之后,我导航到“身份验证”菜单并仅添加了移动和桌面配置 A Service principal is automatically created in the Enterprise applications menu.服务主体会在企业应用程序菜单中自动创建。

When I go the Provisioning menu that is supposed to allow me to configure the automated user provisioning I get this:当我进入应该允许我配置自动用户配置的Provisioning菜单时,我得到了这个:

"Out of the box automatic provisioning to AppName is not supported today. Ensure that AppName supports the SCIM standard for provisioning and request support for the application as described here. To determine if the application suports SCIM, please contact the application developer." “目前不支持 AppName 的开箱即用自动配置。确保 AppName 支持 SCIM 标准进行配置并请求对应用程序的支持,如此处所述。要确定应用程序是否支持 SCIM,请联系应用程序开发人员。”

Does anyone knows why this is happening?有谁知道为什么会这样? Is it because I've added only a Desktop and Mobile platform configuration ?是因为我只添加了桌面和移动平台配置吗? I can't find any good explanation and I can't figure out how to make it work and what I'm supposed to do to make it work.我找不到任何好的解释,我无法弄清楚如何使它工作以及我应该做什么才能使它工作。

How am i supposed to make the automatic user provisioning work on my own application?我应该如何使自动用户配置在我自己的应用程序上工作?

Thanks!谢谢!

Provisioning is a feature for Enterprise Applications, which are slightly different in nature from (and have some overlap with) App Registrations.供应是企业应用程序的一项功能,它在本质上与应用程序注册略有不同(并且有一些重叠)。 Create an Enterprise Application - a custom/non-gallery app is fine - and you'll be able to enable provisioning on that.创建企业应用程序 - 自定义/非图库应用程序很好 - 您将能够启用配置。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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