<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z000091OSn3CAGOkta Classic EngineAnswered2025-06-22T09:01:27.000Z2023-04-10T16:06:10.000Z2023-04-11T16:41:41.000Z

146ia (146ia) asked a question.

Unable to verify endpoint for Event Webhook 502 Bad Gateway

I'm trying to get my end point to verify for the Event Webhook, but for some reason it's returning this error:

Unable to verify event hook. Hook "Test_deprevision" execution failed. org.springframework.web.reactive.function.client.WebClientResponseExceptionBadGateway: 502 Bad Gateway from GET <url link>

 

My current code looks like this:

 

chal = event['headers']['X-Okta-Verification-Challenge']

re_value = json.dumps({'verification': chal})

return re_value

Anything I'm missing in the response? Thank you!

 


This question is closed.
Loading
Unable to verify endpoint for Event Webhook 502 Bad Gateway