Avnology ID
API ReferenceSAML (IdP)

Attribute Mappings

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

RPCs

MethodPath
ListAttributeMappingsGET /v1/saml/serviceProviders/{spId}/attributeMappings
SetAttributeMappingsPUT /v1/saml/serviceProviders/{spId}/attributeMappings

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

Authentication: Bearer token with saml_idp:write for Set, :read for List.

Mapping shape

{
  "mappings": [
    { "attribute": "email",       "source": "identity.email"





Sources accept dotted paths into the identity object, organization metadata (org.metadata.*), or literal strings (literal:"...").

Example -- replace all mappings

Service Providers

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

Certificates

Generate, activate, and revoke SAML signing certificates.

On this page