Error “WIF10201: No valid key mapping found” when trying to create claims from SAML
I am trying to validate a SAML response which is coming from Siteminder IDP from a third party. I have installed the certificate provided by them. When I call the ValidateToken method (System.IdentityModel.Tokens) to create claims, I get following error : WIF10201: No valid key mapping found for securityToken:'System.IdentityModel.Tokens.X509SecurityToken' and issuer: 'issuer uri' I dug in deep to find the error and its being thrown by method GetIssuerName (System.IdentityModel.Tokens). Where is the problem? I googled for this issue but didn't find anything specific to my case. Does the SAML