« Return to Thread: Problem with certificates

Re: Problem with certificates

by metro-3 :: Rate this Message:

Reply to Author | View in Thread

I try to interop between NetBeans and .NET. I have working a client in .NET and a STS, the client consume a service created in NetBeans. I fix a problem with the SHA1thumprint as explain in the next link  

http://forums.java.net/jive/message.jspa?messageID=346503#346503

But now i try to build the other scenario (STS, client using Metro, service .NET) and i have a problem in the token receive in the service for validation (created in the STS). I looking for the problem and i assume i have a problem with the certificates. But i have the same problem that i have in the other side, i recieve SHA1thumprint in the message incoming from the STS in .NET, but when i use a STS in Java i recieve X509SubjectKeyIdentifier.

Here is the error display by .NET when i try to use the service provide by Metro:
(message translated from spanish.. sorry)
System.ServiceModel.Security.MessageSecurityException: Message Security Verification Failed. ---> System.IdentityModel.Tokens.SecurityTokenException: The identifier SecurityKeyIdentifier that was found in the element SamlSubject can not be resolved in a SecurityToken. SecurityTokenResolver must contain an element SecurityToken ID SecurityKeyIdentifier to carry out the resolution.

Thanks for the help.
[Message sent by forum member 'matrix2' (matrix2)]

http://forums.java.net/jive/thread.jspa?messageID=350598

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...

 « Return to Thread: Problem with certificates