GetIdPConfigurationAsync

This function allows you to get your set Saml Identity Provider Configuration in Keep. Note: This works off the instance you are logged into. Returns (Task)

Name Description

Get Id PConfiguration Async

Example in C#

// Returns: SamlIdPConfiguration
var samlIdPConfiguration = await client.GetIdPConfigurationAsync();

Example in CURL



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