I am working with the WCF sample "C:\Program Files\Windows Identity Foundation SDK\v3.5\Samples\Quick Start\Using Managed STS\ClaimsAwareWebAppWithManagedSTS".
At the passive client side I am getting the following error...
Source Error:
Stack Trace:
Since this is not a product environment I am using the certificate that gets generated by Geneva Initial configuration wizard. The error states that I can "change the certificateValidationMode".
Can someone please guide me on how that can be done to resolve this issue?
Thanks!!
At the passive client side I am getting the following error...
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
[SecurityTokenValidationException: The X.509 certificate CN=Geneva Signing Certificate is not in the trusted people store. The X.509 certificate CN=Geneva Signing Certificate chain building failed. The certificate that was used has a trust chain that cannot be verified. Replace the certificate or change the certificateValidationMode. A certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider. |
Since this is not a product environment I am using the certificate that gets generated by Geneva Initial configuration wizard. The error states that I can "change the certificateValidationMode".
Can someone please guide me on how that can be done to resolve this issue?
Thanks!!