token « security « Java Enterprise Q&A





1. Security token in message transfered by SSL    stackoverflow.com

I need in WCF ensure soap header like this:

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Header>
 <wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" SOAP-ENV:mustUnderstand="1">
  <wsse:BinarySecurityToken xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary" ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3" wsu:Id="CertId-1D82AB9733B359236712457035776561"></wsse:BinarySecurityToken>
   <ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#" Id="Signature-2">
    <ds:SignedInfo>
    ...

2. Generate an LTPA token?    stackoverflow.com

We have a need to integrate a server with our WebSphere environment that does not support LTPA. I found the blog post here and corresponding code to decode ...

3. Newbie at JAAS authentication; Sign in using a token in the URL Bar    stackoverflow.com

I have an interesting project requirement where we must accept a token as a GET paramenter that will authenticate a user coming into an application. This is to allow trusted third ...

4. SSRS XML DataSource : How to Pass Security Token in SOAP Header to the WCF service    stackoverflow.com

I want to use a WCF service as my XML data source. However WCF services in our architecture are secured and to make a successful call to i need to ...

5. Netbeans Web Service Client Security Token    stackoverflow.com

I am trying to create a web service client in Netbeans however it is not generating code for the security token in my SOAP header.
It works fine in Visual Studio and ...

6. can I discover another users LTPA2 token on the machine / in the browser?    stackoverflow.com

If you put sit Paros on the traffic between your browser and a web application being hosted in WebSphere, you will have two session identifiers passed as part of the cookie ...

7. Passing on LPTA token on webservices call isn't working    stackoverflow.com

I've got a j2ee web application using j2ee security, so the identity of the user is propagated from WebSEAL to the application, running in WAS7. I'm now trying to make a ...

8. web service client needs to pass a Windows security token for authentication    coderanch.com

Hello, I'm writing a client which accesses an IIS web service. The client is on a Windows machine. I have to authenticate with the web service using integrated authentication. I am told that when a user logs onto a Windows machine, a security token is created. In addition, this token should be passed to the IIS web service to authenticate the ...