Pablo,
Long story short, I went to install WIF RC, but the Beta2 build of Win2008R2 I
was running isn't supported. I had to rebuild my entire VM.
I got it installed and running, but I'm receiving an error after logging into
the IDP.
Keyset does not exist
--------------------
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.
Exception Details: System.Security.Cryptography.CryptographicException: Keyset
does not exist
Source Error:
Line 48: {
Line 49: SecurityTokenService sts = new
CustomSecurityTokenService(CustomSecurityTokenServiceConfiguration.Current);
Line 50: SignInResponseMessage responseMessage =
FederatedPassiveSecurityTokenServiceOperations.ProcessSignInRequest(requestMessage,
User, sts);
Line 51:
FederatedPassiveSecurityTokenServiceOperations.ProcessSignInResponse(responseMessage,
Response);
Line 52: }
I may have glossed over something in the reinstallation/configuration, but it's
getting late for me and my brain can't pin-point the issue. Any help would be
appreciated, so I can commit this STONEHNEGE-109 patch.
-Ben Dewey