djfdev
March 25, 2019, 8:03pm
1
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
dragos
March 25, 2019, 8:41pm
2
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.
system
Closed
January 17, 2024, 7:52pm
3
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.