I created registration inline hook with 2 custom fields in Okta. FRom registration inline hook I am calling my .Net Rest API ( Rest API) is working as expected from postman.
When Trying to register a new user- I am getting 405 Error “Api validation failed: Hook " API” execution failed. Remote server responded with client error, responseCode=405 message=Method Not Allowed"
My API is sending correct format of response.
Anyone ran into this issue. Pl help me.