Inline hooks not working

Good afternoon.

So, I’ve been trying to use the inline hooks, but without success. I’m using postman with the collection of inline hooks that we can get from here: https://developer.okta.com/docs/api/resources/inline-hooks/

I already have an local application that it’s working with Okta widget on login page. But I need to do a integration between okta app users with the users that is on my system.

This is the URL: https://dev-934874.okta.com/api/v1/inlineHooks
Method: GET
Authorization: SSWS MyAppTokenHere

The request result is:
Status: 401 Unauthorized
Response body:
{
“errorCode”: “E0000015”,
“errorSummary”: “You do not have permission to access the feature you are requesting”,
“errorLink”: “E0000015”,
“errorId”: “oaey6oz8VIaTN6XLYXJ15uDOA”,
“errorCauses”: []
}

There is something that I need to enable on Okta to make it work?

Thanks.

Hi @lucaslorensetti

You are missing the inline hooks feature on your Okta org. Please send an email to support at support@okta.com and mention the Okta org on which you would like to have it activated.

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