SAML application getting error: not a trusted application
说明
A SAML application that is being set up is producing these errors when trying to log in:
CAMException : The application 'https://cam.example.com/CloudAccessManager/RPSTS/Saml2/Default.aspx' is not a trusted application.
System.IdentityModel.Protocols.WSTrust.InvalidRequestException: The application 'https://cam.example.com/CloudAccessManager/RPSTS/Saml2/Default.aspx' is not a trusted application.
原因
The SP Identity field in the CAM configuration for the application did not match the Issuer field as configured from the SP so the application was not trusted.
解决办法
Set the SP Identity field in CAM to match the Issuer field in the application and that resolved the issue.