spjeff / spbestwarmup

Tired of waiting for SharePoint pages to load? Want something easy to support? That works on all versions? This warmup script is for you!
2 stars 0 forks source link

SP Security Token Service #39

Closed mdroschak-CP closed 1 year ago

mdroschak-CP commented 1 year ago

In my SharePoint 2019 environment, the endpoint for spsecuritytokenservice.svc on line 360 requires site/ to be prefixed in order to work. Don't know if that is specific to just SharePoint 2019.

- NavigateTo $url"_vti_bin/sts/spsecuritytokenservice.svc"
+ NavigateTo $url"site/_vti_bin/sts/spsecuritytokenservice.svc"

I would imagine this same change would apply to line 460, but I don't have Project Server configured to test it out.

SharePoint Security Token Service Reference

spjeff commented 1 year ago

Seems environment specific. Root URL worked OK here.