
lb3re (lb3re) asked a question.
How to invoke inline hook when a user performs SSO to an app instance
I want to invoke inline hook when any user performs SSO and get the same payload that event hook provides. I want to use the payload and decide whether to allow my user to login.

I think the "Token inline hook" is about as close as you can get to what you are asking for.
https://okta-developer.pixtulate.com/docs/reference/token-hook/
Here is a list of currently support inline hook types.
https://okta-developer.pixtulate.com/docs/concepts/inline-hooks/#multiple-types-of-okta-inline-hooks
Hi @lb3re (lb3re) You can use the SAML inline hook to generate a SAML payload. The SP/Application will need to evaluate the payload to determine next steps. I don't think there is anything on Okta side that would allow/deny based on the payload though