- add live Hook viewer output for errors (during DB lookup and forward in particular)
settle on path for our handlers:
JF: Here's what I'd suggest:
/okta/hooks/{hook name}
Rationale:
- Start with
okta
to establish a namespace that wont collide with other functions in the code. - Just use
hooks
, using an additionalinline
name doesn't help anything as the "inline" behavior is the default. We should include a note in the eventHookHandlers.js file explaining that it's a special case - I think it makes sense to seperate each feature into a different file: pre-registration hooks, import hooks, saml token, oidc token, event
- Should the async webhooks just return a 204 to Okta? JF: Yup. That's it.