Salesforce Dictionary - Free Salesforce GlossarySalesforce Dictionary
DictionaryIIdentity Provider Event Log
AdministrationIntermediate

Identity Provider Event Log

Identity Provider Event Log is a Setup page that records all single sign-on events where Salesforce acts as the identity provider.

§ 01

Definition

Identity Provider Event Log is a Setup page that records all single sign-on events where Salesforce acts as the identity provider. It logs successful and failed authentication attempts, the target service provider, timestamps, and user details, providing an audit trail for SSO-related security monitoring.

§ 02

In plain English

👋 Study buddy

Here's a simple way to think about it: the Identity Provider Event Log answers "did the SSO actually fire?" Every SSO transaction Salesforce processes - successful and failed - is logged with timestamp, user, target app, result. The honest record when an external app's logs disagree.

§ 03

Worked example

scenario · real-world use

After a user reports being unable to SSO into the company's expense management tool, the admin at FinServe Bank checks the Identity Provider Event Log. She finds a failed assertion entry showing that the user's SAML attribute mapping was incorrect due to a name change. She updates the mapping and the user can successfully SSO again.

§ 04

Why the Identity Provider Event Log answers "did the SSO actually fire?"

When Salesforce acts as an Identity Provider, every SSO transaction - successful and failed - flows through an event log. Identity Provider Event Log is the read-only Setup page that surfaces those events: timestamp, user, target service provider, result. For an admin debugging a flaky third-party login, this is often the only honest record of what Salesforce told the other side.

The reason it earns a place on the security team's bookmark list is that a service provider's "we never got the assertion" is sometimes accurate and sometimes not. This log answers definitively whether Salesforce sent it, when, and to which endpoint. Pair it with the receiving system's logs to find the gap, and use it as the audit trail for compliance questions about who logged into which downstream app.

§ 05

How to set up Identity Provider Event Log

Identity Provider Event Log records every IdP login event when Salesforce is the IdP — successful and failed authentications to downstream apps. Useful when downstream apps report SSO failures and you need to confirm whether Salesforce sent a valid SAML assertion.

  1. Open Setup → Identity Provider Event Log

    Setup gear → Quick Find: Identity Provider → Identity Provider Event Log.

  2. Review the list of IdP events

    Each row: Application, User, Timestamp, Success / Failure, Service Provider URL.

  3. Identify failed authentications

    Failed events have a Failure Reason — bad SAML response, user not authorized, service provider URL mismatch.

  4. Drill into individual events for the SAML payload

    Detail page shows the SAML assertion sent. Useful for debugging downstream app's interpretation.

  5. Coordinate with downstream app admin if SAML payload looks correct but app rejects

    Sometimes the issue is the downstream app's SAML expectations — clock skew, NameID format, attribute mappings.

Key options
Time Range filterremember

Last 24h / 7d / 30d.

Status filterremember

Success / Failed.

Application filterremember

Drill to specific Connected App.

Gotchas
  • IdP Event Log only logs Salesforce-as-IdP scenarios. Salesforce-as-SP (most common) logs to Login History instead — different page.
  • Retention is ~30 days. Long-term audits need export to your SIEM.
  • SAML payload includes potentially sensitive attributes. Don't share IdP Event Log details with non-admins; redact before export.
§ 06

How organizations use Identity Provider Event Log

Pacific Crest Bank

Diagnosed a partner-portal login issue by correlating Identity Provider Event Log with the partner's logs; gap was between Salesforce and the partner's identity processor.

Atlas Manufacturing

Quarterly security reviews include the log; sustained error patterns surface before they become user-impacting outages.

BlueRiver Health

Compliance audits use the log as evidence - every SSO event auditable per app, per user.

Was this entry helpful?
Help us write better definitions. Quick reactions or detailed edit suggestions.
§

Test your knowledge

Q1. What is the primary benefit of Identity Provider Event Log for Salesforce administrators?

Q2. Can a Salesforce admin configure Identity Provider Event Log without writing code?

Q3. Why is understanding Identity Provider Event Log important for Salesforce admins?

§

Discussion

Loading…

Loading discussion…