v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBsamlConfigurationManagement
Get a list of SAML configurations.
Get a list of all SAML configurations in the organization.
get/v1/saml/identityProviders
Response
A list of SAML configurations in the organization.
Example response
[
{
"spInitiatedLoginPath": "http://www.okta.com/abxcseyuiwelflkdjh",
"configurationName": "SumoLogic",
"issuer": "http://www.okta.com/abxcseyuiwelflkdjh",
"authnRequestUrl": "https://www.okta.com/app/sumologic/abxcseyuiwelflkdjh/sso/saml",
"onDemandProvisioningEnabled": {
"firstNameAttribute": "http://schemas.microsoft.com/ws/2008/06/identity/claims/givenname",
"lastNameAttribute": "http://schemas.microsoft.com/ws/2008/06/identity/claims/surname"
},
"rolesAttribute": "Sumo_Role",
"logoutUrl": "https://www.sumologic.com",
"emailAttribute": "attribute/subject",
"createdAt": "2018-10-16T09:10:00Z",
"createdBy": "0000000006743FDD",
"modifiedAt": "2018-10-16T09:10:00Z",
"modifiedBy": "0000000006743FE8",
"id": "00000000361130F7",
"assertionConsumerUrl": "https://service.sumologic.com/sumo/saml/consume/9483922",
"entityId": "https://service.sumologic.com/sumo/saml/9483922",
"metadataUrl": "https://api.sumologic.com/api/v1/saml/identityProviders/00000000361130F7/metadata"
}
]