Questions tagged [usernametoken]

82 questions
0
votes
1 answer

How to determine if a username is correct?

I need to determine if a username in the form of an email (something@something.com) is in the correct form. The necessary parameters for the username being correct are as follows: there is something before the @ symbol there is text between the @…
user20146539
0
votes
1 answer

show PW in mySQL DB or create new user

I'm working on a project, continuing a work of somebody else I need to have user name and PW for the update I want to make I can access database it is a MYSQL database. I can see user names but I can't know the PW of any user to do my tests. I tried…
user3703199
  • 33
  • 1
  • 8
0
votes
1 answer

User Name of document using VBA

I tried to find the user name of the word document using VBA and tried to compare it with Author of the specified comment, If they are same notify me else no. I have written code which is as Dim oComment as Comment Set oComment =…
Atul Garg
  • 15
  • 2
0
votes
1 answer

ONVIF WS-UsernameToken password validation

I am trying to send an ONVIF PTZ soap message to get the status of the camera as a simple test. I am also trying to keep this pure JavaScript. I can't use Node.js because the rest of the application is written in a different language, and I need…
Joe McCay
  • 41
  • 8
0
votes
1 answer

How do i Get the first and second letter of a username in Django
{{Post.author.username.0} }

I want to display images according to the user's first and second letter from the username  instead of an image with rounded corners. But
{{Post.author.username.0} }
Returns only the first letter instead. Please help, how do I return 2…
Jude Iloeh
  • 11
  • 2
0
votes
1 answer

How to create a SOAP API request with UsernameToken in JAVA?

My program is running in a server and needs to make a client side call to a SOAP API using Java. I used SOUPUI to generate a client stub code for the API service WSDL by JAX-WS Artifacts. The API server side requires a UsernameToken. I used the…
tim
  • 627
  • 2
  • 7
  • 15
0
votes
0 answers

Delphi TidHTTP web service security usernametoken

I am trying to use Delphi and Indy's TIdHTTP to access a site using the security usernametoken aspect. The SOAP request has headers for password type=urladdressforoasis password The server's classnameproxy.config file from the vendor has…
RDT
  • 1
  • 7
0
votes
1 answer

webservice using security UserNameToken

I am trying to resolve a problem we have using glassfish V2 to publish a simple web service using a plain UserNameToken for security reasons. Since we were using Netbeans 6.5 to archive this we were looking into this tutorial. Therefore the…
None
0
votes
2 answers

C# WCF Service Reference - can not create UserNameToken

In my desktop application (C#, WPF, WCF, .NET4.0) I addes a service reference. This is Web Service (SOAP) using certificate and UserNameToken in Soap Envelope Header. I add service reference (Solution -> Service Reference -> Add Service Reference)…
pejoter
  • 49
  • 8
0
votes
2 answers

How to enable UsernameToken WS-Security in WebSphere Liberty

I want to know how to enable WS-Security in WebSphere Liberty I have created a user(soa_user) and user group(soa_group) in my server.xml in Liberty profile. All the features mentioned bellow are successfully installed. server.xml
Roshanck
  • 2,220
  • 8
  • 41
  • 56
0
votes
1 answer

WCF with basicHttpBinding, encryption, signing and usernameToken over HTTP

I'm trying to configure WCF client to generate proper request. In that request I need security header with usernameToken. Also, I need to encrypt and sign request. All this is communicated via plain HTTP. So far, I have managed to make client sign…
buhtla
  • 2,819
  • 4
  • 25
  • 38
0
votes
1 answer

Exception of an authentication soap request with ws-security

Since yesterday, I'm trying to integrate security into my web services soap (with apache cxf) via ws-security. For this I have the following configuration: --my endppoint and its interceptors configuration: @Configuration…
FiokoSoft
  • 67
  • 1
  • 10
0
votes
1 answer

cxf security headers for client using java

My requirement is to implement a method to generate ws security headers by using incoming username, password. So some one can invoke my method from xslt by providing username and password and my method should able to return security headers and…
lkreddy1231
  • 95
  • 12
0
votes
1 answer

Custom WebLogic Web Service Policy

I use Weblogic 12.1.2 as the JavaEE container. I want to use my custom ws-security policy (because weblogic predefined ws-plocies has IncludeTimestamp and I want to remove this tag). Therefore I need one of the policies' xml file, for example…
Ali Abazari
  • 429
  • 4
  • 20
0
votes
1 answer

webservice SOAP UsernameToken CXF not send username/password on each requests

I am using the usernameToken security policy to secure a soap webservice. I don't want the client to send the username/password on each requests. Is it possible to make the webservice statefull ? Currently the ServerPasswordCallback is called for…
Olivier Boissé
  • 15,834
  • 6
  • 38
  • 56