Accelerate the Value of Data

Get SAML Configuration

Get SAML Configuration on a Tenant

This SAML SSO Configuration API is designed to get SAML configuration on a tenant which belongs to a customer.

Request

Operation Endpoint:

GET {URL}/api/v1/security/samlconfig/{customeId}/{tenantId}

Where the URL is: https://prod-security-service.reltio.com

Table 1. Parameters
Parameter Required Description
Headers Content-Type Yes Must be "Content-Type: application/json"
Query customerId Yes Customer ID
Query tenantId Yes Tenant ID

Response

Success: 200	
	
Unauthorized: 401	
Forbidden: 403
Not Found: 404