In Between
Middleware anyone ?
Posts
Google and OAuth 2.0 Compatibility Eliminate all other factors, and the one which remains must be the truth. (Sherlock Holmes)
Over the weekend I was pinged by my QA engineers about new failures in our OAuth 2.0 test suite. Not a good sign, just a few days before the OpenIG 3.1 release date ! Anyway, I’ve made my hands dirty to track down the problem up to the source. Here......
Introduction to OpenIG Part 5: Ease your development with Routes
A route is an OpenIG configuration fragment that supports hot reloading. This is the perfect tool for developing your configuration, trying it, fixing it with a very fast feedback. This is also very handy for managing your configuration complexity by splitting it into smaller, more cohesive, sections. ...
Introduction to OpenIG Part 4: Troubleshooting
As transformations are dictated by the set of filters/handlers in your configuration, they are not always trivial, it’s becoming very important quickly to capture the messages at different phases of the processing. ...
Introduction to OpenIG Part 3: Concepts
The previous posts exposed you to OpenIG: use cases and an initial configuration example. Before going further, I would like to introduce the underlying concepts that you should understand. ...
Introduction to OpenIG Part 2: First contact...
What do I need to start ? First, you need to install OpenIG in the root context of a web container (Tomcat used for the example): ...