WS-Security Username Token Profile is a simple authentication scheme for SOAP-webservices using username an password sent in the requests‘ WS-Security headers. The password is hashed using a salt and a timestamp (password digest) to prevent replay attacks. It is specified in this document. As this does not involve any message encryption it should not be used without transport encryption.
In this post I will show how I configured this for a webservice to be deployed on a recent Weblogic Server (12.2.1.2).
Von Eigenes Werk, CC BY-SA 3.0, https://commons.wikimedia.org/w/index.php?curid=1923693 Consider the following setup. You provide space to store containers and your customers…
When testing a component that dynamically opened a dialog using Angular Material (2), I was getting an error I didn’t…
TL;DR: A Service for hooking into the xhr events of all http calls. Use it to make spinners spin, turkeys…