<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
0D51Y0000ABSCWhSQPOkta Classic EngineIntegrationsAnswered2026-04-01T09:00:20.000Z2020-12-29T06:14:28.000Z2020-12-30T21:34:39.000Z
  • YogeshD.21662 (Customer)

    Thanks Tim, I looked into the docs, however, didnt find an event that does what I am looking for. There is an event that triggers when a user logs into Okta but I am looking for the event that can trigger when a user logs into a specific App.

     

    Thanks again,

  • k5fuw (k5fuw)

    Technically speaking, Okta cannot say with absolute certainty that a user has successfully signed into any app or not. Okta builds an assertion, hands it to the user's browser along with the URL where the SP consumes the assertion. That's where Okta's involvement ends. The user's browser connects to the SP's URL to submit the assertion and then it's up to the SP to sign the user in successfully (or not). But since neither the user nor the SP communicates that decision back to Okta, Okta can't say for sure that the login was successful. The event that Okta writes to the system log to indicate a successful app login simply means that Okta's side of the login process completed successfully.

    Expand Post
This question is closed.
Loading
Does okta have a webhook event when a user successfully signs into an app?