Sitecore 10 .NET Developer Certification — Question 6

If the Sitecore Content Management instance can be accessed by multiple host names, what would you do to enable users for each site to be able to log in to the Sitecore shell?

Answer options

Correct answer: D

Explanation

The correct answer is D because adding AllowedCorsOriginsGroup for each site allows the Identity Server to accept requests from those sites, enabling user logins. Options A and B do not address the issue of cross-origin requests, while option C would incorrectly remove specific host entries, potentially causing access issues.