
SreekanthK.91590 (Customer) asked a question.
Hi,
After user created newly flow will work and send new password to user by text message. but recently i encounter once issue with user did not get any code and when we check on flow it was showing "HTTP Request Error , with 403 code". May i know what is the reason for it

Hello @SreekanthK.91590 (Customer) Thank you for posting on our Community page!
This might indicate an issue with the configuration, please see article below:
https://support.okta.com/help/s/article/403-Forbidden-error-using-an-Okta-connector-Action-card-in-a-Workflow?language=en_US#:~:text=System%20Status-,403%20Forbidden%20Error%20When%20Using%20an%20Okta%20Connector%20Action%20Card,clock!&text=This%20error%20will%20occur%20if,the%20Okta%20API%20Scopes%20tab.
Thank you for reaching out to our Community and have a great day!
--
Help others in the community by liking or hitting Select as Best if this response helped you.
Collect them all. Learn a new skill and earn a new Okta Learning badge.
@SreekanthK.91590 (Customer) -- 403 Forbidden is a returned response from the server you are communicating to indicating that you do not have permissions to perform the request action.
Depending on the service / endpoint you are communicating to this could mean multiple things:
There are also likely many other "edge" causes since the individual or group that created the Server can quite literally return any error code they want to a client such as Okta Workflows. So more obscure solutions that may not be following standards as strictly as they should can return odd results. There really is no "Sure" way to know from the client side (Workflows is the client side) but if they are following standards the 3 bullets above are by far the most common and in that specific order.