Skip to content

Commit 25b6aa4

Browse files
edunhamalisaduncan
andauthored
fix broken link (#1523)
* fix broken link * Update _source/_posts/2024-08-15-otp-over-sms.md Co-authored-by: Alisa <7586237+alisaduncan@users.noreply.github.com> * Update _source/_posts/2024-08-15-otp-over-sms.md Co-authored-by: Alisa <7586237+alisaduncan@users.noreply.github.com> --------- Co-authored-by: Alisa <7586237+alisaduncan@users.noreply.github.com>
1 parent 2c233dc commit 25b6aa4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

_source/_posts/2024-08-15-otp-over-sms.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Soon, [Okta will](https://support.okta.com/help/s/article/bring-your-own-telepho
4343

4444
## Hooked on telephony
4545

46-
You can send the OTP in the SMS/Voice flow using the [telephony inline hook]([https://help.okta.com/oie/en-us/content/topics/telephony/telephony-inline-hook.htm](https://help.okta.com/oie/en-us/content/topics/telephony/telephony-inline-hook.htm)). Okta uses the code or URL in the hook to send the OTP, though, as you'll see, the hook may not be called every time (and that's a good thing). When your hook fails to send the message or takes too long to update the status, Okta takes over sending the message. However, the number of those messages is heavily rate-limited.
46+
You can send the OTP in the SMS/Voice flow using the [telephony inline hook](https://help.okta.com/oie/en-us/content/topics/telephony/telephony-inline-hook.htm). Okta uses the code or URL in the hook to send the OTP, though, as you'll see, the hook may not be called every time (and that's a good thing). When your hook fails to send the message or takes too long to update the status, Okta takes over sending the message. However, the number of those messages is heavily rate-limited.
4747

4848
The code or URL you provide may simply send the message and communicate the outcome to Okta. The code or server may be more complex, managing geo-specific vendors, failure, failover to another provider, and hacking. No matter how simple or complex the code, there are three main approaches:
4949

@@ -175,4 +175,5 @@ Services include:
175175

176176
If you rely on SMS for authentication, start thinking about how to replace it. In the meantime, use what you've learned in this post to keep your solutions as secure as possible.
177177

178-
For more content like this, follow Okta Developer on [Twitter](https://twitter.com/oktadev) and subscribe to our [YouTube](https://www.youtube.com/c/oktadev) channel. If you have any questions about migrating away from SMS, please comment below!
178+
For more content like this, follow Okta Developer on [Twitter](https://twitter.com/oktadev) and subscribe to our [YouTube](https://www.youtube.com/c/oktadev) channel. If you have any questions about migrating away from SMS, please comment below!
179+

0 commit comments

Comments
 (0)