We are using STS token for claims based identity.
I found that following method validates the token from STS and generates claims.
FederatedAuthentication.ServiceConfiguration.SecurityTokenHandlers.ValidateToken(token)
1.Does this method validate the token against the schema provided by OASIS?
2.If so how does it know which schema it has to validate against? becasue there are multiple schemas (like 1.1, 1.2).
Or Am I asking wrong question.. Do we need not validate the token against schema?
Thanks in adavance