<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
0D54z0000AIccR6CQJOkta Identity EngineWorkflowsAnswered2024-12-20T19:37:20.000Z2024-12-19T23:04:36.000Z2024-12-20T19:35:24.000Z
  • DonF.81354 (Customer)

    I do not see anything that supports that right out of the box, no. You could explore searching logs on a schedule, as that may work as well. Could you share your use case and perhaps that may assist in coming up with a solution for you. thanks!

  • MatthewH.10249 (State of Iowa)

    You could create an event hook that monitors the "user.authentication.sso" event that then would call a Workflow API endpoint. You would need to need to evaluate each event that comes in as "the event is fired even when the sign-on is unsuccessful". I'm not for sure this will work for bookmark app types but it would be quick and easy enough to set up the hook and Workflow API to see.

     

    https://help.okta.com/en-us/content/topics/automation-hooks/event-hooks-main.htm

    https://developer.okta.com/docs/reference/api/event-types/#catalog

    https://help.okta.com/wf/en-us/content/topics/workflows/execute/flow-api-endpoint.htm

    Expand Post
    • TimL.58332 (Workflows)

      Based on a quick test of creating a Bookmark app to my Okta Admin UI URL I suspect this will work no differently than any other app. Some relevant lines from the Sys log:

       

       "displayMessage": "User single sign on to app",

       "eventType": "user.authentication.sso",

       "outcome": {

        "result": "SUCCESS",

        "reason": null

       

       "target": [

        {

         "id": "0oam1xxxxxxxxxx",

         "type": "AppInstance",

         "alternateId": "Bookmark App Test",

         "displayName": "Bookmark App",

         "detailEntry": {

          "signOnModeType": "BOOKMARK"

         }

       

      I definitely recommend reviewing the System Log entry for logins against the bookmark app in question to confirm it contains the needed information.

      Expand Post
This question is closed.
Loading
Trigger when a user signs into the app