Azure AD |集成应用程序以进行基本身份验证 [英] Azure AD | Integrating an App for Basic Authentication

查看:335
本文介绍了Azure AD |集成应用程序以进行基本身份验证的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的应用有几个字段,我试图正确填充...

My app has several fields which I am trying to populate correctly...

  • 服务器名称或IP
  • 管理用户名@域(必须在用户容器中)
  • 安全组名称
  • 域控制器(仅当与主域不同时)
  • 管理密码

在这些方面的任何帮助,尤其是服务器名称或IP,都将有所帮助并受到赞赏.

Any help on these, especially, Server Name or IP, would be helpful and appreciated.

谢谢

kp_ultra

推荐答案

我需要对此进行更多说明.如果您在IIS上托管的应用程序在本地服务器上启用了基本身份验证,则

I need more clarification on it. If you application in hosted on IIS with Basic Authentication enabled on a on-prem server by default IIS does basic auth is against Windows accounts. So your users need to be Windows users. You cant do Azure Active Directory Authentication in this scenario. To implement this scenerio you can refer to Basic Authentication in ASP.NET Web API.

应用程序 在v1.0中输入.

You can use Azure AD Authentication then you need to make changes in your Application layer and you can use this document to figure out the right implementation based on type of application - Application types in v1.0.

但是,您可以使用Azure AD B2C来

However, you can use Azure AD B2C you can add HTTP basic authentication to your RESTful service. Refer to this article for detailed implementation for it - Secure your RESTful services by using HTTP basic authentication.


这篇关于Azure AD |集成应用程序以进行基本身份验证的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆