简体   繁体   English

Azure Active Directory(AAD)即席身份验证

[英]Azure Active Directory (AAD) adhoc authentication

In Azure Active Directory, how can I enable/disable the adhoc authentication? 在Azure Active Directory中,如何启用/禁用临时身份验证? Is there a way to do it thru the portal? 有没有办法通过门户来做到这一点? thx 谢谢

AFAIK, there's no way of doing It from the portal. AFAIK,无法从门户网站进行操作。 However, you can use the Azure Powershell for sending simple, one line commands to control that. 但是,您可以使用Azure Powershell发送简单的一行命令来控制它。 Try using below and kindly let me know how it goes. 尝试在下面使用,并让我知道如何进行。

Set-MsolCompanySettings -AllowEmailVerifiedUsers $false

Hope this helps. 希望这可以帮助。

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

相关问题 带有证书的Python AAD(Azure Active Directory)身份验证 - Python AAD (Azure Active Directory) Authentication with certificate Azure活动目录(AAD)身份验证,重定向URL不起作用 - Azure active directory (AAD) authentication, redirect URL not working Azure Active Airectory (AAD) 服务到服务身份验证 - Azure Active Airectory (AAD) Service to Service Authentication 在Azure Active Directory(AAD)中注册MicroServices以获取安全性 - Register MicroServices in Azure Active Directory (AAD) for Security 在Azure Web App中针对AAD使用Active Directory密码时,“不支持关键字:身份验证” - “Keyword not supported: authentication” when using Active Directory Password against AAD in Azure Web App 同步活动目录域服务 (ADDS) 和 azure 活动目录 (AAD) - sync active directory domain services (ADDS) and azure active directory (AAD) Azure Active Directory身份验证 - Azure Active Directory Authentication 使用Azure Active Directory验证WebAPI - Authentication of a WebAPI with Azure Active Directory Azure Active Directory 和 WCF 身份验证 - Azure Active Directory and WCF authentication Azure Active Directory表单身份验证 - Azure Active Directory Forms Authentication
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM