GetSamlServiceProviderConfigurationAsync

This function allows you to get your set Saml Service Provider Configuration in Keep. Please Note: You must be logged into the Root Instance to use this method. Returns (Task)

Name Description

Get Saml Service Provider Configuration Async

Example in C#

// Returns: SamlSpConfiguration
var samlSpConfiguration = await client.GetSamlServiceProviderConfigurationAsync();

Example in CURL



           curl -X GET \
               https://keepapi.feenicshosting.com/saml/admin/spconfig \
               -H 'Authorization: Bearer TOKEN_GOES_HERE' \
               -H 'Content-Type: application/json'