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.