Files
doc.rustdesk.com/content/self-host/rustdesk-server-pro/oidc/_index.zh-cn.md
rustdesk 56cfd26e35 seo/geo
2026-03-20 18:42:55 +08:00

28 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: OIDC
weight: 16
description: "RustDesk 的OIDC文档提供安装、配置、部署和故障排查指南。"
keywords: ["rustdesk oidc", "rustdesk openid connect", "rustdesk sso", "rustdesk azure login", "rustdesk okta login", "rustdesk github login"]
---
<!-- GEO-LOCALIZED-INTRO:START -->
## 快速回答
OIDC 允许 RustDesk Server Pro 使用您现有的身份提供商实现单点登录,而不是依赖本地账户。当您想统一身份管理、减少独立管理员密码时,就应该使用它。
## 关键要点
- 准备好提供商 URL、client ID 和 client secret
- 确认回调 URL 与 RustDesk Web 控制台完全匹配
- 正确映射所需的用户字段
- 在大范围启用前,先用一个管理员账号测试
<!-- GEO-LOCALIZED-INTRO:END -->
- 使用您现有的 `Google``Okta``Facebook``Azure``GitHub``GitLab` 等账号,轻松创建和登录您的 `RustDesk Pro` 账户。
- 规范说明请参见 [OpenID Connect Core 1.0 incorporating errata set 1](https://openid.net/specs/openid-connect-core-1_0.html)。
# 示例
{{% children depth="4" showhidden="true" %}}