きむてそん
きむてそん

Reputation: 13

Sitecore 9 how to establish Claims-based Active Directory Authorization

in Sitecore 9 , i trying to Claims-based Active Directory Authorization(ADFS)

  1. What is the difference between only Active Directory and Active Directory use ADFS(Claims-based)

  2. How to make Claims-based Active Directory Authorization (we have ADFS ADDS server and installed sitecore 9)

Upvotes: 0

Views: 392

Answers (1)

Jay S
Jay S

Reputation: 7994

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. 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.

Instructions for configuring Federated Authentication in Sitecore 9 can be found on the Sitecore documentation site:

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

Upvotes: 1

Related Questions