Skip to main content

Posts Tagged ‘GatewayScript’

DataPower Playground for Gateway Script

XSLT is not the ONLY transformation language supported by DataPower. Starting with the firmware version 7.0.0.0, DataPower supports a new transformation technology – Gateway Script, to handle all sorts (API, B2B, Web, Mobile, SOA) of traffic effectively. For more information, please review the documentation. IBM provides an interactive website that lets you write Gateway Script code and execute on […]

Token-based authentication: Part 2 – JWT with DP firmware 7.2.0.1

In my previous article, I covered JSON Web Token and how to issue and validate it on data power firmware v 7.2.0.0 using custom gateway scripts. In this article, I will cover the issuance and validation of JWT with AAA action on data power firmware v 7.2.0.1. No need to write the code. Leverage the […]

Token-Based Authentication: Part 1- JWT with DP Firmware 7.2.0.0

This tutorial series explains how to issue and validate different types of tokens such as JWT(JSON Web Token) , SAML HoK(Holder-of key) using IBM DataPower gateway. In this article, you learn about the issuance and validation of JWT with firmware v 7.2.0.0. In Part-2, you will learn to issue and validate the JWT with firmware […]

DataPower’s handling of RESTful services via JSON

In the IBM DataPower world, JSON is the representational format used by the RESTful façade exposed by the appliance. Starting with firmware version 3.8, there has been a gradual increase in the number of ways that JSON payload is handled. DataPower services that will handle and process JSON messages include: Multi-Protocol Gateway (MPGW) XML Firewall Web […]