Skip to content

Get SSO Setting

Request

Retrieves SSO setting.

Security
ApiKeyAuth
curl -i -X GET \
  https://api.treasuredata.com/v3/account/sso_setting \
  -H 'Authorization: TD1 <YOUR_TOKEN_HERE>'

Responses

OK

Bodyapplication/json
sso_settingobject(SSO Setting)required
Response
{ "sso_setting": { "cert": "-----BEGIN CERTIFICATE----- xxx -----END CERTIFICATE-----", "identity_provider_name": "AzureAD", "sign_in_endpoint": "https://login.example.com/ffffffff-ffff-ffff-ffff-ffffffffffff/saml", "sign_out_endpoint": "https://login.exmple.com/signout", "strategy": "samlp", "updated_at": "2020-12-31T11:22:33Z" } }