<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
0D54z00008RLlH6CALOkta Identity EngineWorkflowsAnswered2022-11-24T17:31:02.000Z2022-11-24T08:50:49.000Z2022-11-24T17:30:08.000Z

MatanT.67364 (Customer) asked a question.

Load external web-page while authentication flow

Hi

I wonder if there is an option to add a kind of Hop for the authentication flow, I would like to do that since we want to load some web-SDK (for monitor purposes). i try to use the Event hooks, but since there is no option to redirect to a web page after handling the Event POST request, it is irrelevant.


  • TimL.58332 (Workflows)

    @MatanT.67364 (Customer)​ 

     

    Hi, Just a heads up "Workflows" is a specific product. Your description is pretty light on detail but from what I gather this doesn't appear to be a Workflows product question. Instead this looks more like you are building out a program (possibly using our SDK) and are running into some limitations you are trying to overcome.

     

    If this is indeed you leveraging the SDK you may want to take a look at the Dev forum instead of the community forum: https://devforum.okta.com/

     

    As I said above the details of your ask is pretty light. "Event Hooks" in Okta are going to be limited to a specific subset of events (about 100 of them). When those events occur (success or fail) a payload will be delivered to a defined HTTP endpoint. At that point the session is complete and no return is expected or required.

     

    There are also a small subset of inline hooks. These typically are based on a specific type of "action", pass the current payload to an endpoint with the expectation modification may occur and a return will be provided before they continue on.

     

    See: https://developer.okta.com/docs/concepts/inline-hooks/#what-are-okta-inline-hooks

     

     

     

    Expand Post
This question is closed.
Loading
Load external web-page while authentication flow