管理每月活跃 SSO 用户使用情况
你被收费的项目 #
🌐 What you are charged for
你将按在计费周期内使用兼容 SAML 2.0 的身份提供商(例如 Google Workspace、Microsoft Active Directory)登录或刷新令牌的不同用户数量收费。每个唯一用户在每个计费周期内只计算一次,不管他们认证多少次。这些用户被称为“SSO MAUs”。
🌐 You are charged for the number of distinct users who log in or refresh their token during the billing cycle using a SAML 2.0 compatible identity provider (e.g. Google Workspace, Microsoft Active Directory). Each unique user is counted only once per billing cycle, regardless of how many times they authenticate. These users are referred to as "SSO MAUs".
示例 #
🌐 Example
你的计费周期是从1月1日到1月31日。虽然User-1多次登录,但在这个计费周期内,他们仍被算作一个单一的SSO MAU。
🌐 Your billing cycle runs from January 1 to January 31. Although User-1 was signed in multiple times, they are counted as a single SSO MAU for this billing cycle.
SSO 活跃用户数从 0 增加到 1。
1const { data, error } = await supabase.auth.signInWithSSO({2domain: 'company.com'3})45if (data?.url) {6// redirect User-1 to the identity provider's authentication flow7window.location.href = data.url8}1const { error } = await supabase.auth.signOut()SSO 的月活跃用户数量仍然是 1。
1const { data, error } = await supabase.auth.signInWithSSO({2domain: 'company.com'3})45if (data?.url) {6// redirect User-1 to the identity provider's authentication flow7window.location.href = data.url8}费用是怎么计算的 #
🌐 How charges are calculated
你按SSO MAU收费。
🌐 You are charged by SSO MAU.
在你的发票上的用途 #
🌐 Usage on your invoice
在你的发票上,使用情况显示为“每月活跃单点登录用户”。
🌐 Usage is shown as "Monthly Active SSO Users" on your invoice.
价格 #
🌐 Pricing
价格 #
🌐 Pricing
$0.015 每个SSO MAU。只有超过订阅计划配额的使用才会收费。
有关费用如何计算的详细说明,请参阅管理每月活跃 SSO 用户使用情况。
🌐 For a detailed breakdown of how charges are calculated, refer to Manage Monthly Active SSO Users usage.
计数在每个计费周期开始时重置。
🌐 The count resets at the start of each billing cycle.
| 计划 | 配额 | 超额使用 |
|---|---|---|
| 专业版 | 50 | $0.015 每个 SSO 月活跃用户 |
| 团队版 | 50 | $0.015 每个 SSO 月活跃用户 |
| 企业版 | 定制 | 定制 |
计费示例 #
🌐 Billing examples
在配额内 #
🌐 Within quota
该组织在本计费周期的单点登录活跃用户使用量在配额范围内,所以不会产生费用。
🌐 The organization's SSO MAU usage for the billing cycle is within the quota, so no charges apply.
| 项目 | 单位 | 费用 |
|---|---|---|
| 专业版计划 | 1 | $25 |
| 小型计算小时 | 730 小时 | $15 |
| 月活跃 SSO 用户 | 37 SSO MAU | $0 |
| 小计 | $40 | |
| 计算积分 | -$10 | |
| 总计 | $30 |
超出配额 #
🌐 Exceeding quota
该组织在本计费周期的 SSO MAU 使用量超过了额度 10 个,因此要为这部分额外使用付费。
🌐 The organization's SSO MAU usage for the billing cycle exceeds the quota by 10, incurring charges for this additional usage.
| 项目 | 单位 | 费用 |
|---|---|---|
| 专业计划 | 1 | $25 |
| 小型计算小时 | 730 小时 | $15 |
| 月度活跃 SSO 用户 | 60 SSO MAU | $0.15 |
| 小计 | $40.15 | |
| 计算积分 | -$10 | |
| 总计 | $30.15 |
查看使用情况 #
🌐 View usage
你可以在组织使用情况页面查看每月活跃 SSO 用户的使用情况。该页面默认显示所有项目的使用情况。要查看特定项目的使用情况,请从下拉菜单中选择它。你也可以选择不同的时间段。
🌐 You can view Monthly Active SSO Users usage on the organization's usage page. The page shows the usage of all projects by default. To view the usage for a specific project, select it from the dropdown. You can also select a different time period.

在每月活跃 SSO 用户部分,你可以看到所选时间段的使用情况。
🌐 In the Monthly Active SSO Users section, you can see the usage for the selected time period.

超额 #
🌐 Exceeding Quotas
如果你使用的是付费计划并且已关闭花费上限,或者你的组织使用的是团队计划及以上,你将需要支付任何超出部分的费用。
🌐 If you are on a paid plan and have Spend Cap disabled or your organization is on Team Plan or above, you will pay for any overages.
当你在使用免费计划或启用了消费上限时超出配额,你会收到发送到账单邮箱的通知,并进入宽限期。更多细节请参阅我们的公平使用政策。
🌐 When you are exceeding your quotas while being on a Free Plan or having Spend Cap enabled, you will get a notification to your billing email address and put under a grace period. For more details, refer to our Fair Use Policy.