- Building Hybrid Clouds with Azure Stack
- Markus Klein Susan Roesner
- 111字
- 2021-07-02 19:36:08
Authentication in Azure Stack
Authentication is one of the most important topics if you plan to implement Azure Stack. As it comes without any direct connection to your data center's infrastructure, you'll need to decide how to connect it to your preferred authentication mechanism.
For Azure Stack, the basic authentication service is MS-Graph. This service is being used with Azure and Office 365, too. Basically, it is a REST service to an internal directory service and it builds the basis of authenticating all virtual machines and services within the Azure Stack itself.
Regarding user authentication for customers, there are two choices:
- Azure Active Directory (Azure AD)
- Active Directory Federation Services (ADFS)
推薦閱讀
- Boost程序庫完全開發指南:深入C++”準”標準庫(第5版)
- R語言數據分析從入門到精通
- Mobile Web Performance Optimization
- OpenShift開發指南(原書第2版)
- C# 2012程序設計實踐教程 (清華電腦學堂)
- JavaScript+jQuery網頁特效設計任務驅動教程(第2版)
- PhpStorm Cookbook
- 基于Swift語言的iOS App 商業實戰教程
- R大數據分析實用指南
- 可解釋機器學習:模型、方法與實踐
- JavaScript入門經典
- Getting Started with Eclipse Juno
- 深度學習原理與PyTorch實戰(第2版)
- C++ Application Development with Code:Blocks
- Clojure Polymorphism