GET /admin/saml/providers/{id}
根据ID获取SAML身份提供商详情
SAML Admin `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
id |
path |
string |
Yes |
|
|
|
SAML IdP ID |
Referenced Schemas
dto.SamlProviderItem
| Field | Type | Required | Example | Constraints | Description |
allow_idp_initiated |
boolean |
No |
False |
|
|
certificate_expiry |
string |
No |
|
|
|
created_at |
string |
No |
2026-05-31T10:00:00Z |
|
|
default_redirect_uri |
string |
No |
https://app.example.com |
|
|
enabled |
boolean |
No |
True |
|
|
entity_id |
string |
No |
https://login.microsoftonline.com/example/saml2 |
|
|
force_authn |
boolean |
No |
False |
|
|
has_backup_cert |
boolean |
No |
False |
|
|
id |
string |
No |
01JNXXXXX... |
|
|
name |
string |
No |
Azure AD |
|
|
name_id_format |
string |
No |
urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress |
|
|
slo_url |
string |
No |
https://login.microsoftonline.com/example/saml2/slo |
|
|
sso_url |
string |
No |
https://login.microsoftonline.com/example/saml2 |
|
|
tenant_id |
string |
No |
01JNYYYYY... |
|
|
updated_at |
string |
No |
2026-05-31T10:00:00Z |
|
|
want_authn_signed |
boolean |
No |
True |
|
|
dto.SamlProviderItemDetailResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.SamlProviderItem |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|