Customize ID Token in OpenID in WSO2 Identity Server 5.0.0 with Claims

Based on the user’s requirement he may need to customize the ID token. Once you decode the default ID token, it looks like as follows. What we are going to do is add new key value pairs to the following using claims. { “exp”: -677328449, “azp”: “asdbUY31SEQtDpCi7aCsZSj96P0a”, “sub”: “admin@carbon.super”, “aud”: “asdbUY31SEQtDpCi7aCsZSj96P0a”, “iss”: “https:\/\/localhost:9443\/oauth2endpoints\/token”, “iat”: -680928449 … Continue reading Customize ID Token in OpenID in WSO2 Identity Server 5.0.0 with Claims

How to add BPEL and Human Task Event Listeners to WSO2 Business Process Server (BPS)

In my previous article in [1], I have discussed about the approach I used for analyzing BPEL and Human Task events in WSO2 BPS with WSO2 BAM. This article is about how to add the event listeners to WSO2 BPS and configure both WSO2 BPS and WSO2 BAM in order to monitor statistics through WSO2 BAM … Continue reading How to add BPEL and Human Task Event Listeners to WSO2 Business Process Server (BPS)

Approach for analyzing BPEL and Human Task events in WSO2 BPS with WSO2 BAM

The previous article in [1] explains what are the statistics that are going to monitor in WSO2 Business Process Server (BPS). WSO2 BPS generates two kinds of events for both BPEL and Human Task events. So I wrote two event listeners  in order to capture those generated events. BPEL event listener captures BPEL related process … Continue reading Approach for analyzing BPEL and Human Task events in WSO2 BPS with WSO2 BAM