Switch back to SDL from ADFS

Hi All,

Initially I was trying to implement ADFS for SSO and I tried to ran "SwitchToADFS.ps1" script to file to switch the URI's to point to ADFS. Now, I am trying to get them back to default URIs.

Switch to ADFS contains Below....

#Issuer name
$issuerName="Example ADFS (20160101)"
#WS Federation endpoint
$wsFederationUri="">adfs.example.com/.../"
#WS Trust endpoint
$wsTrustUri="">adfs.example.com/.../windowsmixed"
#WS Trust metadata exchange endpoint
$wsTrustMexUri="">adfs.example.com/.../mex"
#The authentication type
$bindingType="WindowsMixed"
#Token signing thumbprint
$tokenSigningCertificateThumbprint="2509fb22f7671aea2d0a28ae80516f390de0ca21"


What should be the values if I have to get them back to default settings.

Thanks & Regards,
Vamsi Toleti
Parents Reply Children
No Data