I added a custom authorization server and enabled my token inline hook on its access policy. I’m able to test my endpoint manually and it seems alright, but when I sign into a web application thru this authorization server, it doesn’t seem like the API endpoint is being requested on my end.
My developer dashboard has a log entry saying:
failure : Hook “Developer Env Token Hook” execution failed. Hook timed out
However, with a debugger attached to my webserver I don’t get a break on the method; the server log shows no request; Azure WAF log shows no request.
Any tips?