# 第三方登录

方舟目前支持以下两种第三方登录方式：

1. [OAuth2.0 登录](/integration/third-part-login/oauth2.md)：支持标准的 OAuth 2.0 协议，需要方舟版本 >=5.0
2. [LDAP 登录](/integration/third-part-login/ldap.md)：支持 LDAP 协议，可以适配常见的如 OpenLDAP、AdLDAP 等 LDAP 服务，需要方舟版本 >=5.0

{% hint style="info" %}
第三方登录章节的内容涉及较多技术细节，适用于对相关功能有经验的用户参考。

如果对文档内容有疑惑，可以咨询您的项目经理获取相应的技术协助。
{% endhint %}

{% hint style="info" %}
以上内容没有解答我的问题？[点击我进入方舟论坛去反馈](https://www.analysysdata.com/forum/index) 🚀
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://arkdocs.analysys.cn/integration/third-part-login.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
