Is it possible to use client certs for SOAP- calls as authentication? Can someone point me in the right direction?

thanks in advance Daniel

asked 07.10.2014 at 15:28

Daniel%20Oechslin's gravatar image

Daniel Oechslin
(suspended)
accept rate: 39%

edited 07.10.2014 at 15:29


I think there is a solution for usage of client certs at http-level. You can delegate WS-authentication to the container. Hence you have to choose authentication method 'None/Container' for your webservice and configure the ivy-embedded Tomcat to do client-cert based authentication.

See also this Q&A entry.

Note: This is only available in newer ivy versions (4.3.24, 5.0.14 and 5.1.0 and later).

link

answered 08.10.2014 at 09:02

Dominik%20Regli's gravatar image

Dominik Regli ♦
(suspended)
accept rate: 85%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×2

Asked: 07.10.2014 at 15:28

Seen: 1,267 times

Last updated: 08.10.2014 at 09:02