Federated identity management using Active Directory Federation Services
@Ravinder Makkar
The error suggests the Tokenrequest was signed but the ADFS server failed to lookup/verify the signing key
It looks like this is a SAML2.0 Application using SAML Post Profile
The Signature preferably has a "KeyInfo"-property
AD FS supports one of the following three
- X509Certificate
- X509SKI
- X509IssuerSerial
Whilst KeyInfo can contain multiple of those Elements ADFS only uses the first entry of a KeyInfo which needs to be one of those mentioned above. If something else is the first Element eg : KeyName (which is not supported by ADFS)
then you may ed up with this error