Token Inline HookWorking ExampleStep 1 - External ServiceStep 2 - Create Okta WorkflowStep 3 - Okta ConfigurationCreate Inline HookAdd Hook to Authorization ServerTest Inline Hook and WorkflowGet your Workflows questions answered Now that Low Latency Flows are available, Inline Hooks can use Okta Workflows to implement the hook endpoint. The Low-latency feature ensures consistent execution … Continue reading Learn How to use Workflows for Inline Hooks
Category: Web Hooks
Inline and Event Hooks
Event Hook Filtering and Okta Workflows
Event Hooks are outbound calls from Okta, sent when specified events occur in your tenant. They take the form of HTTPS REST calls to a URL you specify, encapsulating information about the events in JSON objects in the request body. These calls from Okta are meant to be used as triggers for process flows within … Continue reading Event Hook Filtering and Okta Workflows
Password Import Hook with Java Endpoint
This blog post is an additional add-on to Dany’s post on Office 365 / Azure AD seemless Users and Password’s Migration to Okta In this post, we will replace the Okta Workflows implementation of the hook endpoint with a Java service. Webhooks are user-defined HTTP callbacks and are usually triggered by some event. Okta’s implementation … Continue reading Password Import Hook with Java Endpoint