Tested with WSO2 Identity Server 5.10.0
Enable event publishing in the deployment.toml with following config
[identity_mgt.analytics_login_data_publisher]
enable=true
Define a new datasource for event publishing in the deployment.toml
| import requests | |
| import json | |
| import getpass | |
| from typing import Dict, Any, Optional | |
| import logging | |
| from datetime import datetime | |
| # Configure logging | |
| logging.basicConfig( | |
| level=logging.INFO, |
Tested with WSO2 Identity Server 5.10.0
Enable event publishing in the deployment.toml with following config
[identity_mgt.analytics_login_data_publisher]
enable=true
Define a new datasource for event publishing in the deployment.toml
| <table align="center" cellpadding="0" cellspacing="0" border="0" width="100%"bgcolor="#f0f0f0"> | |
| <tr> | |
| <td style="padding: 30px 30px 20px 30px;"> | |
| <table cellpadding="0" cellspacing="0" border="0" width="100%" bgcolor="#ffffff" style="max-width: 650px; margin: auto;"> | |
| <tr> | |
| <td colspan="2" align="center" style="background-color: #333; padding: 40px;"> | |
| <a href="http://wso2.com/" target="_blank"><img src="http://cdn.wso2.com/wso2/newsletter/images/nl-2017/wso2-logo-transparent.png" border="0" /></a> | |
| </td> | |
| </tr> | |
| <tr> |
| This is related to the blog post: https://medium.com/p/5215c77083e5 |
| a |