IDプロバイダーを一覧表示する
curl --request GET \
--url https://{tenantDomain}/my-org/v1/identity-providers \
--header 'Authorization: Bearer <token>'{
"identity_providers": [
{
"access_level": "full",
"assign_membership_on_login": false,
"attributes": [
{
"description": "優先ユーザー名",
"is_extra": false,
"is_missing": false,
"is_required": true,
"label": "Preferred username",
"sso_field": [
"userName"
],
"user_attribute": "preferred_username"
},
{
"is_extra": true,
"is_missing": false,
"is_required": true,
"sso_field": [
"externalId"
],
"user_attribute": "external_id"
}
],
"display_name": "OIDC IdP",
"domains": [
"mydomain.com"
],
"id": "con_zW1UHutvkVWSWdCC",
"is_enabled": true,
"name": "oidcIdp",
"options": {
"client_id": "a8f3b2e7-5d1c-4f9a-8b0d-2e1c3a5b6f7d",
"discovery_url": "https://{yourDomain}/.well-known/openid-configuration",
"type": "front_channel"
},
"show_as_button": true,
"strategy": "oidc"
},
{
"access_level": "limited",
"assign_membership_on_login": false,
"attributes": [
{
"description": "希望するユーザー名",
"is_extra": false,
"is_missing": false,
"is_required": true,
"label": "Preferred username",
"sso_field": [
"userName"
],
"user_attribute": "preferred_username"
},
{
"is_extra": true,
"is_missing": false,
"is_required": true,
"sso_field": [
"externalId"
],
"user_attribute": "external_id"
}
],
"display_name": "Saml IdP",
"domains": [
"mydomain.com"
],
"id": "con_zW1UHutvkVWSWdCD",
"is_enabled": true,
"name": "samlIdp",
"options": {
"bindingMethod": "HTTP-Redirect",
"cert": "MIIDQjCCAiugAwIBAgIRAMp+cW+SgQ2Yh7fF8v8b0OQwDQYJKoZIhvcNAQELBQAw...",
"digestAlgorithm": "sha256",
"idpInitiated": {
"client_authorizequery": "redirect_uri=https://jwt.io&scope=openid email&response_type=token",
"client_id": "a8f3b2e7-5d1c-4f9a-8b0d-2e1c3a5b6f7d",
"client_protocol": "SAML",
"enabled": true
},
"metadataUrl": "a.metadata.url",
"protocolBinding": "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST",
"signSAMLRequest": true,
"signatureAlgorithm": "rsa-sha256"
},
"show_as_button": true,
"strategy": "samlp"
}
]
}組織のIDプロバイダーを一覧表示
この組織のすべての IDプロバイダー の一覧を取得します。
GET
/
identity-providers
IDプロバイダーを一覧表示する
curl --request GET \
--url https://{tenantDomain}/my-org/v1/identity-providers \
--header 'Authorization: Bearer <token>'{
"identity_providers": [
{
"access_level": "full",
"assign_membership_on_login": false,
"attributes": [
{
"description": "優先ユーザー名",
"is_extra": false,
"is_missing": false,
"is_required": true,
"label": "Preferred username",
"sso_field": [
"userName"
],
"user_attribute": "preferred_username"
},
{
"is_extra": true,
"is_missing": false,
"is_required": true,
"sso_field": [
"externalId"
],
"user_attribute": "external_id"
}
],
"display_name": "OIDC IdP",
"domains": [
"mydomain.com"
],
"id": "con_zW1UHutvkVWSWdCC",
"is_enabled": true,
"name": "oidcIdp",
"options": {
"client_id": "a8f3b2e7-5d1c-4f9a-8b0d-2e1c3a5b6f7d",
"discovery_url": "https://{yourDomain}/.well-known/openid-configuration",
"type": "front_channel"
},
"show_as_button": true,
"strategy": "oidc"
},
{
"access_level": "limited",
"assign_membership_on_login": false,
"attributes": [
{
"description": "希望するユーザー名",
"is_extra": false,
"is_missing": false,
"is_required": true,
"label": "Preferred username",
"sso_field": [
"userName"
],
"user_attribute": "preferred_username"
},
{
"is_extra": true,
"is_missing": false,
"is_required": true,
"sso_field": [
"externalId"
],
"user_attribute": "external_id"
}
],
"display_name": "Saml IdP",
"domains": [
"mydomain.com"
],
"id": "con_zW1UHutvkVWSWdCD",
"is_enabled": true,
"name": "samlIdp",
"options": {
"bindingMethod": "HTTP-Redirect",
"cert": "MIIDQjCCAiugAwIBAgIRAMp+cW+SgQ2Yh7fF8v8b0OQwDQYJKoZIhvcNAQELBQAw...",
"digestAlgorithm": "sha256",
"idpInitiated": {
"client_authorizequery": "redirect_uri=https://jwt.io&scope=openid email&response_type=token",
"client_id": "a8f3b2e7-5d1c-4f9a-8b0d-2e1c3a5b6f7d",
"client_protocol": "SAML",
"enabled": true
},
"metadataUrl": "a.metadata.url",
"protocolBinding": "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST",
"signSAMLRequest": true,
"signatureAlgorithm": "rsa-sha256"
},
"show_as_button": true,
"strategy": "samlp"
}
]
}承認
OAuth2ClientCredentialsOAuth2AuthCode
The access token received from the authorization server in the OAuth 2.0 flow.
レスポンス
IDプロバイダーの一覧が正常に取得されました。
identity_providers
(IdP ADFS Response · object | IdP Google Workforce Response · object | IdP OIDC Response · object | IdP Okta Response · object | IdP Ping Response · object | IdP SAML Response · object | IdP Microsoft Azure AD Response · object)[]
IDプロバイダー固有のオプションです。
- IdP ADFS Response
- IdP Google Workforce Response
- IdP OIDC Response
- IdP Okta Response
- IdP Ping Response
- IdP SAML Response
- IdP Microsoft Azure AD Response
Show child attributes
Show child attributes
⌘I