79599583

Date: 2025-04-30 05:17:14
Score: 2
Natty:
Report link

i am also facing the same err while appending another site for ADFS integration

Finally i found the alternate solution on that, Please modify the DefaultProviderRealm as common one don't use this in ADFS RPT

Then update the providerrealm part by using the below command

$trust.ProviderRealm.Add("Enter the site url - https://site1.domain.com" , "new URN - urn:sharepoint:site1")

$trust.ProviderRealm.Add("Enter the site url - https://site2.domain.com" , "new URN - urn:sharepoint:site2")

$trust.Update()

Then use the both new URN in ADFS RPT.

Now you can access the both site with the ADFS integration.

Reasons:
  • RegEx Blacklisted phrase (1): i found the alternate solution on that, Please
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mohamad vaseem