Event type for getting a token with client credentials

Hi there, I have a use case where I would like fetch the last time an app logged in to Okta.

I am aware of the event user.authentication.sso, however this event does not appear to be logged when a token is created with client credentials.

Is there an event type for when a token is fetched using client credentials (i.e. not a user).?

Thanks

Hi @djfdev

You can use debugContext.debugData.grantType eq “client_credentials” to narrow down all the events in which an access token was issued using client credentials flow.

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