Inline hooks - only registration supported?

Hi,

I am playing around with inline hooks. So far I got registration hooks to work. Update attributes, check if user exists, flat out deny, ensure a corporate email is being used,… so in other words no issues with registration hooks.

I wanted to experiment with the other hooks aswell, token, import and SAML. When testing out hooks I always start with just sending a 200 code and print the body okta posts to my server. However these hooks do not trigger. The hooks are active. Imports are not triggering import inline hooks and giving an access_token from my CUSTOM auth server does not trigger the token hook either.

Are registrations hooks only supported at the moment?

Hi @Ironhide

The other hooks might not be activated in your Okta org. Can you please send an email to support@okta.com and ask if the following features are active for your Okta org:

  • Token inline hook: API_ACCESS_MANAGEMENT_EXTENSIBILITY
  • Import inline hook: IMPORT_SYNC_CALLBACKS
  • SAML inline hook: SAML_EXTENSIBILITY

Please note that for token inline hook, you require API Access Management, a feature that gives you possibility to create custom authorization servers.

Hi , could you please tell the external API I have to configure for inline hooks. I created an external end point but it is not working even from sample tab. Could you please guide me on how you implemented this.

Here is a link to the Inline Hooks API reference so you can configure them via API instead of the Admin Console: Inline Hooks Management | Okta Developer

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.