A AuthMS API Wiki API Reference iam.tianv.com →

GET /admin/saml/providers

获取当前租户的所有SAML身份提供商列表

SAML Admin `bearerAuth` application/json

Request Parameters

NameInTypeRequiredDefaultExampleConstraintsDescription
page query integer No 1 页码
page_size query integer No 20 每页数量

Responses

StatusDescriptionSchema
200OKdto.SamlProviderListDetailResponse

Referenced Schemas

dto.SamlProviderItem

FieldTypeRequiredExampleConstraintsDescription
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.SamlProviderListData

FieldTypeRequiredExampleConstraintsDescription
providers array of

See dto.SamlProviderItem

No

dto.SamlProviderListDetailResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
data dto.SamlProviderListData No
message string No
timestamp string No