Avnology ID
API ReferenceSAML (IdP)

IdP Configuration

Read and update your SAML IdP global configuration; download the IdP metadata XML.

RPCs

MethodPath
GetConfigurationGET /v1/saml/configuration
UpdateConfigurationPATCH /v1/saml/configuration
DownloadMetadataGET /v1/saml/configuration:metadata

Base URL: https://<Domain id="api"/>

Authentication: Bearer token with saml_idp:read / :write.

Configuration shape

{
  "entity_id": "https://<Domain id=\"saml\"/>/saml/idp",
  "sso_url":   





Download metadata

GET /v1/saml/configuration:metadata returns the XML metadata document SPs need to onboard your IdP. Set Accept: application/samlmetadata+xml.

Example

SAML (IdP mode)

Configure Avnology as a SAML 2.0 Identity Provider for downstream service providers.

Service Providers

CRUD for downstream SAML service providers that accept your IdP assertions.

On this page