Identifying App Names for Failed and Successful Social IdP Logins

Hello Okta team,

I am trying to identify both failed and successful social IdP logins for each app. To retrieve the app name for successful social IdP logins, I was able to use the "user.authentication.auth_via_social" eventType and find the app name by referencing the subsequent "policy.evaluate_sign_on" eventType.

However, for failed social IdP logins, I do not see a "policy.evaluate_sign_on" event following the failed "user.authentication.auth_via_social" eventType.

Is there any way to retrieve the app name the user is trying to access via social IdP when the login fails?

Hello,

Okta will not evaluate the Sign On Policy if authentication fails since this takes place on the IdP level. If user succeeds IdP authentication but is still failing social login to Okta, then an error is displayed to the user. Policy evaluation phase is still not reached in this case therefore system log will not contain such events.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.