- 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程序設(shè)計教程(第2版)
- 測試驅(qū)動開發(fā):入門、實戰(zhàn)與進(jìn)階
- Flink SQL與DataStream入門、進(jìn)階與實戰(zhàn)
- Flash CS6中文版應(yīng)用教程(第三版)
- 手把手教你學(xué)C語言
- Express Web Application Development
- Python機器學(xué)習(xí)算法: 原理、實現(xiàn)與案例
- Babylon.js Essentials
- 詳解MATLAB圖形繪制技術(shù)
- 零基礎(chǔ)學(xué)Kotlin之Android項目開發(fā)實戰(zhàn)
- Learning Material Design
- Node.js 12實戰(zhàn)
- OpenCV 3.0 Computer Vision with Java
- Offer來了:Java面試核心知識點精講(框架篇)
- C語言程序設(shè)計