> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/run-the-platform/zh/shen-fen-yan-zheng.md).

# 身份验证

- [授权源 - 概览](https://docs.verge.io/run-the-platform/zh/shen-fen-yan-zheng/auth-sources-general.md): 在 VergeOS 中配置 Okta、GitLab、Azure AD 和 Google 等第三方 OAuth2 身份提供商用于用户身份验证的通用说明。
- [使用 Entra ID（Azure AD）进行身份验证](https://docs.verge.io/run-the-platform/zh/shen-fen-yan-zheng/azure-auth.md): 在 VergeOS 中将 Microsoft Entra ID（Azure AD）配置为 OAuth2 授权源的分步指南，包括应用注册、组集成和用户配置。
- [使用 Google 进行身份验证](https://docs.verge.io/run-the-platform/zh/shen-fen-yan-zheng/google-auth.md): 在 VergeOS 中将 Google 配置为 OAuth2 授权源的分步指南，包括获取凭据和创建用户。
- [双因素身份验证（MFA）](https://docs.verge.io/run-the-platform/zh/shen-fen-yan-zheng/multifactor-auth.md): 在 VergeOS 中使用 TOTP 验证器应用或基于电子邮件的验证码配置和管理双因素身份验证，包括系统级和按用户设置。
- [VergeOS OIDC 应用概览](https://docs.verge.io/run-the-platform/zh/shen-fen-yan-zheng/oidc-apps-overview.md): VergeOS OpenID Connect（OIDC）功能概览，用于集中身份管理、在各 VergeOS 系统和租户之间实现单点登录，以及上游提供方集成。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.verge.io/run-the-platform/zh/shen-fen-yan-zheng.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
