/samlify-validator-js

A SAML 2.0 validator for samlify in pure JS (no external dependencies)

Primary LanguageTypeScript

About

This is a SAML 2.0 validator meant to be used together with Samlify

This is a fork of https://github.com/authenio/samlify-node-xmllint removing the memory leak in the compiled node-xmllint module.

How to use this module

import * as samlify from 'samlify';
import * as validator from 'samlify-validator-js';

samlify.setSchemaValidator(validator);