Does SoapUI support PKI/certificate authentication? - certificate

Does SoapUI support PKI authentication? I currently have version SoapUI 5.0.0 available to me.
If so then...
What versions support it?
Are any of the versions free?
How do I configure the tool to use PKI?
If anyone can, please assist with details or a link to another forum posting that I cannot find.
All authentication done to the server is done via certificate. I can use HttpRequester plugin with Firefox but find it to be lacking and want to use SoapUI. In order to do so I need to have SoapUI present my cert to the server but cannot find information on how this is done.
Additionally, to be more precise I have .p12 and a .ppk file to work with. What do I need to do to get this to function? I posted this to the SmartBear forum site almost a week ago but have not gotten any response.

The answer to this is (when using SoapUI 5.0.0)
File > Preferences
Click SSL Settings tab
KeyStore: C:\pathToYour\fileName.p12
KeyStore Password: password to your p12 file
Click OK

Related

TFS mac eclipse plugin - Can't connect to server, error 403

I installed the Team Explorer Everywhere Eclipse (Kepler) Plugin but when I try to connect to the server i get this message:
The SOAP endpoint https://vsas.myurl.com/Services/v1.0/Registration.asmx could not be contacted. HTTP status: 403
1st time I tried to connect, it asked me for my user and password, after that it never asked me again, but I want to try with different user/pass and I cant find where I can change that.
I'm using OS Mavericks, and I didnĀ“t find any credential related in the keychain utility.
Thank you!
Edit: My user is out of license, but I have another user that is with a valid license. I would like to try with other user/pass but I don't know where to change that.
Finally I uninstall the plugin, logout from TFS Website, re-install the plugin, enter a new username and password when prompted and that was the solution, everything is working fine now.

SoapUI WADL authentication

In order to view wadl file from my server in an internet browser it's necessary to authenticate.
I would like to test my webservices using soapui however when I add new project and in initial wadl/wsdl I enter path to wadl file on my server the project is created but operations are not listed. How to authenticate user and password in order to get valid wadl?
If you are using a SOAPUI version 4.6.4, there is a bug importing authentication protected wsdl which provokes that the basic credentials prompt is not showed up. You can see more details here.
There is a maintenance build for SOAPUI PRO where this bug is solved: http://www.soapui.org/Downloads/soapui-pro-nightly-builds.html.

Sending a SAML Assertion to the Intuit OAuth Server

Recently I researched a PHP Sample (PHP Sample App and Authentication Example) but I still can't make it work. aggcat php sample is not working
Did anybody test this sample? Should I use the .crt file for 'SAML_X509_PRIVATE_KEY_PATH' or .p12 file? In case of using .p12 file where I could pass the password?
What other samples (open-source) would you recommend (that can be used to implement my own procedures for retrieving OAuth access token and OAuth access token secret)? Thanks in advance.
You can download the sample app from:
https://developer.intuit.com/docs/0020_customeraccountdata/devkits
I've used the dotnet sample and pass the values for .p12 file private key path and password in the config. You should have something similar in PHP.
I got this working using the standard options defined in the config.php file. I did have to modify a few things to get it up and working though. See my answer to your other question for details.

Eclipse with TFS plugin - endless login loop

I have a problem in eclipse with the tfs plugin. I try to login and it stuck in some kind of login loop.
I looked here and in google. Nothing help.
I found this posts:
Eclipse with TFS plugin - looping login
http://social.msdn.microsoft.com/Forums/vstudio/en-US/5e3f8b3a-d623-4401-b9f1-50f1f52ab299/eclipse-tfs-plugin-keeps-signing-in-in-loop-followed-by-there-were-some-problems-message
I tried to clean cookies and password and everything possible in IE
I reinstalled the plugin. I updated everything possible, checked for eclipse indigo last version (3.2.7)
Nothing worked. Anyone can help me?
The forum posts you referenced are about the Team Foundation Service, not the on-premise server. Since the service uses Microsoft Accounts (previously known as Live Id's) it depends on cookies in your browser.
The on-premise version of Team Foundation Server uses your domain account which isn't stored as a cookie, but which is stored in the Windows Credentials Vault by default for Windows processes. Try going through the stored credentials to make sure your username/password or TFS server isn't mentioned there. If it is, either update it or remove it.
Can you verify whether the same account settings are correctly picked up by Visual Studio/Team Explorer (if you have it installed on the same machine)? Eclipse and Team Explorer should use the same credential vault.

Has anyone successfully used Talend MDM community edition over SSL?

We've managed to get talend MDM UI working fine over SSL, but we've not managed to get the MDM studio talk to the MDM server over SSL. Has anyone managed this? I've not tried the data integration input steps yet over SSL either.
I tried the forums - no joy.
I suspect for some reason it's not possible - And the reason I suspect this is that when you add an MDM server in TOS it prompts for port, hostname, user and password. Nowhere does it prompt for protocol.
One assumes that the EE version must surely support this? But we have a very simple model and wont be using EE as it would be OTT.
Thanks!
Dan
So it turns out this is a bug/unimplemented feature, and has been pencilled in to be fixed in 5.3.0 with luck!
https://jira.talendforge.org/browse/TMDM-4912