Skip to content

Commit 4ceefc6

Browse files
Merge pull request #481 from kinde-oss/alex/sms-info
Adding new document about SMS deliverability in Kinde
2 parents 677e1d8 + fde3d69 commit 4ceefc6

File tree

2 files changed

+71
-0
lines changed

2 files changed

+71
-0
lines changed

src/content/docs/authenticate/authentication-methods/phone-authentication.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: Set up phone or SMS authentication
44
sidebar:
55
order: 5
66
relatedArticles:
7+
- f18a5a74-23b3-43d8-8db9-440ee485e4d4
78
- 26e55a64-13dd-4c7b-b9ad-e7595903ddc8
89
- 90f45d2e-cf59-4b5e-a26b-6dafd772e893
910
---
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
---
2+
page_id: f18a5a74-23b3-43d8-8db9-440ee485e4d4
3+
title: SMS deliverability in Kinde
4+
sidebar:
5+
order: 8
6+
relatedArticles:
7+
- 8b9376c4-308c-4eaa-a990-606fb8bbf770
8+
- c2a21e18-b542-4c07-a3b3-206ed4ce9508
9+
---
10+
11+
Kinde encourages customers to configure their own SMS sender, so that verification, country registrations, sender IDs, and deliverability metrics are controlled and managed by you.
12+
13+
When SMS messages are sent via Kinde, we use our regional shared service provider and attempt delivery on a best-effort basis. As Kinde is a service provider, there are limitations when applying for dedicated short codes or sender IDs in countries with strict SMS-sending regulations.
14+
15+
This topic describes SMS delivery via Kinde, deliverability factors, and some common reasons why delivery can fail.
16+
17+
## Manage your own SMS sender
18+
19+
By default, when you first start using Kinde, all SMS messages are sent from Kinde's shared service provider. We recommend configuring your own SMS sender so that users receive authentication messages branded with your business.
20+
21+
Configure this before your production environment goes live. Simply add your SMS details in Kinde settings. See [Set up phone or SMS authentication](/authenticate/authentication-methods/phone-authentication/) for step-by-step instructions.
22+
23+
## Deliverability factors when using Kinde's default SMS shared service provider
24+
25+
Kinde provides no guarantees on SMS delivery and attempts delivery as best effort only.
26+
27+
### Countries with known good delivery due to Kinde involvement
28+
29+
The following countries have been tested and are known to have good delivery due to Kinde registering with the respective regulatory bodies.
30+
31+
- Australia (LONG CODE, SENDER ID)
32+
- Canada (LONG CODE)
33+
- Great Britain (SENDER ID)
34+
- Ireland (SENDER ID)
35+
- United States (TOLL FREE)
36+
37+
### Countries with known good delivery without Kinde involvement
38+
39+
The following countries have known good delivery without Kinde registering with the respective regulatory bodies.
40+
41+
- Generally the rest of the EU
42+
- South Africa
43+
44+
### Countries with known bad delivery
45+
46+
The following countries have known bad delivery rates.
47+
48+
- India
49+
- New Zealand
50+
- United Arab Emirates
51+
52+
## Sender ID
53+
54+
Kinde has set up a shared Sender ID for all customers using the default SMS shared service provider. This cannot be changed.
55+
56+
**Sender ID:** `KindeAuth`
57+
58+
To brand the Sender ID to your business, you will need to configure your own SMS delivery provider. See [Set up phone or SMS authentication](/authenticate/authentication-methods/phone-authentication/).
59+
60+
## SMS content
61+
62+
The content of the SMS is not editable due to strict one-time passcode requirements and industry best practices.
63+
64+
An example of the SMS content is below.
65+
66+
```
67+
123456 is your one-time code to sign in to {Business Name}
68+
69+
@business.kinde.com #123456
70+
```

0 commit comments

Comments
 (0)