K2 for SharePoint Registration Wizards - The remote server returned an error: (403) Forbidden

  • 24 February 2022
  • 0 replies
  • 77 views

Userlevel 2
Badge +10
 

The remote server returned an error: (403) Forbidden when going through Registration wizard step

kbt133552

PRODUCT
K2 blackpearl 4.6.7 to 4.7
This article was created in response to a support issue logged with K2. The content may include typographical errors and may be revised at any time without notice. This article is not considered official documentation for K2 software and is provided "as is" with no warranties.
LEGACY/ARCHIVED CONTENT
This article has been archived, and/or refers to legacy products, components or features. The content in this article is offered "as is" and will no longer be updated. Archived content is provided for reference purposes only. This content does not infer that the product, component or feature is supported, or that the product, component or feature will continue to function as described herein.

Issue

When attempting to register the K2 for SharePoint app, we receive the following error at the last step (K2 Application).

 

"Thread 1: The remote server returned an error: (403) Forbidden."

 

Image

Symptoms

SharePoint environment is not fully configured to support HTTP.

Troubleshooting Steps

On the SharePoint front-ends, please run these SharePoint PowerShell commands and retry the activation.

 

 

# Dev Only - Disable HTTPS requirement on SharePoint

$stsc = Get-SPSecurityTokenServiceConfig

$stsc.AllowMetadataOverHttp = $true

$stsc.AllowOAuthOverHttp= $true

$stsc.Update()

 


0 replies

Be the first to reply!

Reply