System log query using target.id eq "<Microsoft RDP app id>" and eventType eq "user.authentication.auth_via_mfa" displays user login events for SMS_FACTOR or OKTA_SOFT_TOKEN, but not for Okta Verify push.
- Microsoft RDP (MFA) app
- Remote Desktop Protocol (RDP)
- Okta Multi-Factor Authentication (MFA) Credential Provider for Windows Agent
- System Logs
To determine all user login events for the Microsoft RDP (MFA) application, use the following system log query:
client.userAgent.rawUserAgent co "OktaRDPAgent" and eventType eq "user.authentication.verify"
The RawUserAgent field contains the server information to which the user logs in.
Download the syslog results as a Comma Separated Values (CSV) file and find this server information in the client.user_agent.raw_user_agent column.
