Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dilin993/3a35ca8deeed8c4b495ecbfc1d5a7bdc to your computer and use it in GitHub Desktop.
Save dilin993/3a35ca8deeed8c4b495ecbfc1d5a7bdc to your computer and use it in GitHub Desktop.
{
"name": "org.wso2.is.analytics.stream.OverallAuthentication",
"version": "1.0.0",
"nickName": "",
"description": "",
"metaData": [
{
"name": "tenantId",
"type": "INT"
}
],
"payloadData": [
{
"name": "contextId",
"type": "STRING"
},
{
"name": "eventId",
"type": "STRING"
},
{
"name": "eventType",
"type": "STRING"
},
{
"name": "authenticationSuccess",
"type": "BOOL"
},
{
"name": "username",
"type": "STRING"
},
{
"name": "localUserName",
"type": "STRING"
},
{
"name": "userStoreDomain",
"type": "STRING"
},
{
"name": "tenantDomain",
"type": "STRING"
},
{
"name": "remoteIp",
"type": "STRING"
},
{
"name": "region",
"type": "STRING"
},
{
"name": "inboundAuthType",
"type": "STRING"
},
{
"name": "serviceProvider",
"type": "STRING"
},
{
"name": "rememberMeEnabled",
"type": "BOOL"
},
{
"name": "forceAuthEnabled",
"type": "BOOL"
},
{
"name": "passiveAuthEnabled",
"type": "BOOL"
},
{
"name": "rolesCommaSeparated",
"type": "STRING"
},
{
"name": "authenticationStep",
"type": "STRING"
},
{
"name": "identityProvider",
"type": "STRING"
},
{
"name": "authStepSuccess",
"type": "BOOL"
},
{
"name": "stepAuthenticator",
"type": "STRING"
},
{
"name": "isFirstLogin",
"type": "BOOL"
},
{
"name": "identityProviderType",
"type": "STRING"
},
{
"name": "_timestamp",
"type": "LONG"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment