<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
Why Okta System Logs Do Not Show Users Redirected to IWA/Credentials During Agentless DSSO
Okta Classic Engine
Directories
Okta Identity Engine
Overview

This article explains why Okta's system logs do not show the users who were redirected to IWA/credentials during Agentless Desktop Single Sign-on (DSSO) flow.

Applies To
  • Agentless Desktop Single Sign-on (AgentlessDSSO)
Cause

It is not possible to identify users who are unable to sign in with AgentlessDSSO because they are redirected to the default login page before user identification takes place.

During the AgentlessDSSO workflow, if authentication fails at a stage before the user can be identified (for example, due to configuration issues or missing credentials), Okta cannot capture or log the user’s identity for that event. As a result, system logs for these redirection events do not contain user names or IDs.

Syslog Capture

 

To find out events where the ADSSO flow was redirected to credentials (default login page), this query can be used in Okta’s system logs:

eventType eq "system.iwa_agentless.redirect"

 

Solution

Since Okta cannot capture the root cause of the issue, it is recommended to investigate further by capturing a network trace (such as with Fiddler) on the client side to correlate machine activity with authentication attempts, since this information is not available within the Okta System Logs.

Related References

 

Loading
Why Okta System Logs Do Not Show Users Redirected to IWA/Credentials During Agentless DSSO