简体   繁体   English

Sitecore 9如何建立基于声明的Active Directory授权

[英]Sitecore 9 how to establish Claims-based Active Directory Authorization

in Sitecore 9 , i trying to Claims-based Active Directory Authorization(ADFS) 在Sitecore 9中,我尝试基于声明的Active Directory授权(ADFS)

  1. What is the difference between only Active Directory and Active Directory use ADFS(Claims-based) 仅Active Directory和Active Directory使用ADFS(基于声明)有什么区别

  2. How to make Claims-based Active Directory Authorization (we have ADFS ADDS server and installed sitecore 9) 如何进行基于声明的Active Directory授权(我们拥有ADFS ADDS服务器并安装了sitecore 9)

The Active Directory module is meant for legacy systems upgrading to Sitecore 9 who have previously connected to an on-premise Active Directory authentication system. Active Directory模块适用于升级到Sitecore 9的旧系统,这些旧系统先前已连接到本地Active Directory身份验证系统。 This does not use claims. 这不使用声明。

The new Federated Authentication options, which are disabled by default but can be enabled via configuration, will allow you to consume tokens using standard OWIN middleware. 新的联合身份验证选项默认情况下处于禁用状态,但可以通过配置启用,将允许您使用标准的OWIN中间件使用令牌。

Instructions for configuring Federated Authentication in Sitecore 9 can be found on the Sitecore documentation site: 可以在Sitecore文档站点上找到有关在Sitecore 9中配置联合身份验证的说明:

https://doc.sitecore.net/sitecore_experience_platform/developing/developing_with_sitecore/federated_authentication/configure_federated_authentication https://doc.sitecore.net/sitecore_experience_platform/developing/developing_with_sitecore/federated_authentication/configure_federated_authentication

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

相关问题 视图和视图模型如何在MVC 5中利用基于声明的授权? - How can Views and ViewModels utilize claims-based authorization in MVC 5? 如何使用基于声明的授权保护ASP.NET Core 2.1中的静态文件夹 - How to protect static folder in asp.net core 2.1 using claims-based authorization 基于声明的授权,我可以避免例外吗? - Claims-based authorization, can I avoid exceptions? 在 .NET 中使用自定义授权属性实现基于声明的动态身份验证 6 - Implementing dynamic claims-based auth with custom authorization attribute in .NET 6 如何解决:提供的防伪令牌适用于与当前用户不同的基于声明的用户 - How to resolve: The provided anti-forgery token was meant for a different claims-based user than the current user 如何在Asp.net MVC中使用Identity 2.0实现基于声明的身份验证 - How to implement claims-based authentication using Identity 2.0 in Asp.net MVC ASP.NET MVC基于声明的用户使用“外部”身份验证 - ASP.NET MVC claims-based users with “external” authentication 使用用户名/密码或客户端证书的基于声明的身份验证 - Claims-based Authentication with Username/Password OR Client Certificate 基于声明的身份验证:声明发布者的目的是什么? - Claims-based authentication: What is the purpose of a claim issuer? Azure活动目录| 基于角色的授权 - Azure Active Directory | Roles based authorization
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM