- 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)
推薦閱讀
- C++程序設計教程
- Beginning Java Data Structures and Algorithms
- Mastering Natural Language Processing with Python
- C語言程序設計教程(第2版)
- Rust Cookbook
- Cassandra Data Modeling and Analysis
- PHP+MySQL+Dreamweaver動態網站開發實例教程
- 網絡爬蟲原理與實踐:基于C#語言
- GeoServer Beginner's Guide(Second Edition)
- Spring快速入門
- Flutter跨平臺開發入門與實戰
- Learning Apache Karaf
- ServiceNow:Building Powerful Workflows
- IBM Cognos Business Intelligence 10.1 Dashboarding cookbook
- 響應式架構:消息模式Actor實現與Scala、Akka應用集成