- Building Hybrid Clouds with Azure Stack
- Markus Klein Susan Roesner
- 177字
- 2021-07-02 19:36:02
The authorization management service
Azure Stack authorization leverages the Azure authorization management service. For general availability, there are three different authentication designs. There's a good chance there's an authentication design available that works for most companies.
The Azure authorization management service works based on Azure Active Directory (Azure AD), which is a multi-tenant, cloud-based identity-management service.
This means that each Azure Stack environment needs to have proper internet connectivity; otherwise, no authentication is possible. This makes life quite easy, but service providers or hosters (and even some medium and larger companies) especially do not allow communications from their internal infrastructure-management environment to the internet (public Azure) for authentication. This security requirement makes the creation of a Proof of Concept (POC) not as easy as before.
Starting with TP3 there is support for Active Directory Federation Services. This service provides single sign-on (SSO) and secure remote access for web applications hosted on premises. In addition, it ensures that authentication is possible even if the connection to Azure AD is not available for a certain amount of time.
- 算法精粹:經典計算機科學問題的Python實現
- 深入淺出Serverless:技術原理與應用實踐
- 快人一步:系統性能提高之道
- Android Wear Projects
- Python深度學習原理、算法與案例
- C# Multithreaded and Parallel Programming
- Fast Data Processing with Spark(Second Edition)
- ExtJS Web應用程序開發指南第2版
- 人工智能算法(卷1):基礎算法
- Bootstrap for Rails
- JavaScript+jQuery網頁特效設計任務驅動教程
- C指針原理揭秘:基于底層實現機制
- ASP.NET求職寶典
- Python面試通關寶典
- Java Web開發基礎與案例教程