Skip to content

parseIdpMetadataXml

reference
1 min readUpdated

Kind: Function

Source: atloria-monorepo/apps/api/src/auth/saml/saml-metadata.ts

Parse IdP metadata XML into the SP-facing config fields. Throws when the document is missing a field we cannot proceed without.

Signature

ts
function parseIdpMetadataXml(xml: string): ParsedIdpMetadata

Parameters

NameType
xmlstring

Returns: ParsedIdpMetadata

Was this page helpful?

Download as PDF