GET /public/auth-config/by-identifier
输入邮箱或用户名,返回匹配的租户列表。用于 OIDC Home Realm Discovery 和 Identifier-First 登录流程。返回公开的租户信息,不泄露用户是否存在。
身份认证 None application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
identifier |
query |
string |
Yes |
|
|
|
邮箱或用户名 |
Referenced Schemas
dto.IdentifierDiscoveryResponse
| Field | Type | Required | Example | Constraints | Description |
matches |
array of
See dto.TenantMatch |
No |
|
|
|
total |
integer |
No |
|
|
|
dto.TenantMatch
| Field | Type | Required | Example | Constraints | Description |
display_name |
string |
No |
|
|
|
login_methods |
array of
string |
No |
|
|
|
oauth_providers |
array of
string |
No |
|
|
|
slug |
string |
No |
|
|
|
tenant_id |
string |
No |
|
|
|
tenant_name |
string |
No |
|
|
|
gitee_com_linmes_authms_base_dto.DataResponse-dto_IdentifierDiscoveryResponse