# Polis NPM

SAML 2.0 library

Polis implements the SAML login flow as an OAuth 2.0 flow, abstracting away all the complexities of the SAML protocol.

## Install as an npm library

Polis is available as an [npm package](https://www.npmjs.com/package/@boxyhq/saml-jackson) that can be integrated into any web application framework (like Express.js for example). Please file an issue or submit a PR if you encounter any issues with your choice of framework.

```bash
npm install @boxyhq/saml-jackson
```

## Documentation

For full documentation, visit [/docs/polis/guides/npm-library](https://www.ory.com/docs/polis/guides/npm-library)

## License

[Apache 2.0 License](https://github.com/ory/polis/blob/main/LICENSE)
