# simple_saml v1.2.1 - Table of Contents

> A helper for adding SAML service provider functionality without relying on xmerl.

## Modules

- [SimpleSaml](SimpleSaml.md): This library is a helper for adding SAML service provider functionality without relying on xmerl
and thus being vulnerable to [atom exhaustion](https://erlef.github.io/security-wg/secure_coding_and_deployment_hardening/xmerl.html).
It does so by using the [simple_xml](https://hex.pm/packages/simple_xml), which in turn uses
[saxy](https://hex.pm/packages/saxy) to generate a string based DOM reprsentation.

- [SimpleSaml.Assertion](SimpleSaml.Assertion.md): A struct for representing a SAML assertion.

