codecentric / cxf-spring-boot-starter

Enterprise & production ready SOAP webservices powered by Spring Boot & Apache CXF
https://blog.codecentric.de/en/2016/10/spring-boot-apache-cxf-spring-boot-starter/
143 stars 78 forks source link

Allow the user to set client credentials #73

Open marcopaga opened 4 years ago

marcopaga commented 4 years ago

I suggest a way to set credentials for the webservice call. I would like to extend the configuration structure by adding user and password parameters.

webservice:
  client:
    url = https://cxf-boot-simple.herokuapp.com/my-foo-api/Weather
    user = someUserName
    password = secretPassword