Edit

Share via


Queries for the OktaSystemLogs table

For information on using these queries in the Azure portal, see Log Analytics tutorial. For the REST API, see Query.

Okta SSO Successful logins

List of successful login.

OktaSystemLogs
| where EventOriginalType == 'user.session.start'
| limit 100