Orchestrator 2019 gets error (401) Unauthorized with SharePoint URL, when tries get Monitor List Items

Eman Mousa 0 Reputation points
2024-05-13T05:58:04.7166667+00:00

I've been working with Microsoft Orchestrator 2019 and have connection with SharePoint through Http protocol when i tried to change URL to HTTPs I'm getting the below error. I have checked and ensured that both ports 443 & 80 are opened between on-prem SharePoint and Orchestrator servers.

User's image

System Center Orchestrator
System Center Orchestrator
A family of System Center products that provide an automation platform for orchestrating and integrating both Microsoft and non-Microsoft IT tools.
217 questions
Microsoft System Center
Microsoft System Center
A suite of Microsoft systems management products that offer solutions for managing datacenter resources, private clouds, and client devices.
858 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,875 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. XinGuo-MSFT 14,936 Reputation points
    2024-05-21T08:46:02.0866667+00:00

    Hi,

    The error (401) Unauthorized typically indicates an issue with authentication. When you switch from HTTP to HTTPS, the authentication method might need to be adjusted. Here are a few things you could check:

    1. App Authentication: If you are using App authentications, you may get the “The remote server returned an error: (401) Unauthorized.” message when trying to connect. Check if your tenant settings “DisableCustomAppAuthentication” is set to true. If yes, make it false.
    2. Kerberos Authentication: There could be an issue with Kerberos authentication. You might want to look into this and ensure it’s configured correctly.
    3. Authentication Providers and Bindings in IIS: Check the authentication providers and bindings in IIS.
    0 comments No comments