我正在尝试使用Azure应用程序服务配置多租户身份验证,以便为我的应用程序启用多租户身份验证。我遵循这个教程:Consume multi-tenant enterprise APIs secured with Azure AD in SharePoint Framework。但我在配置身份验证/授权设置时卡住了。

任何帮助都将不胜感激!
发布于 2018-12-18 06:39:26
请参考Configure your App Service app to use Azure Active Directory login将Azure应用程序配置为使用Azure AD作为身份验证提供程序。在快速设置中选择现有应用程序时,您需要确保该应用程序已在租户中注册。您还可以参考How to Get to the Keys/Secrets From Azure Active Directory从Azure AD获取企业应用程序的密钥/秘密。
https://stackoverflow.com/questions/53811913
复制相似问题