Avnology ID
API ReferenceSAML (IdP)

Service Providers

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

RPCs

MethodPath
ListServiceProvidersGET /v1/saml/serviceProviders
GetServiceProviderGET /v1/saml/serviceProviders/{id}
CreateServiceProviderPOST /v1/saml/serviceProviders
UpdateServiceProviderPATCH /v1/saml/serviceProviders/{id}
DeleteServiceProviderDELETE /v1/saml/serviceProviders/{id}

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

Authentication: Bearer token with saml_idp:write for mutations.

SP shape

{
  "id": "smlsp_01H7X...",
  "name": "Atlassian Cloud",








Register a new SP

IdP Configuration

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

Attribute Mappings

Translate Avnology identity fields into SAML assertion attributes on a per-SP basis.

On this page