Test connection
You can test the ADFS connection using the Test-PFADFS PowerShell command. The command is part of the PowerFrame.Utility module.
Testing the ADFS connection
# Enter credentials for a user you want to test with
$cred = Get-Credential
# Run the following command (change AdfsUri and ZervicePointUri to match your environment)
Test-PFADFS -AdfsUri "https://auth.zervicepoint.local" -ZervicePointUri "https://dev.zervicepoint.local" -Credential $cred
Name AttributeValue
---- --------------
http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name FirstName LastName
http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress firstname.lastname@rig15.local
http://schemas.xmlsoap.org/ZervicePoint/StoreName Store