UNPKG

@quarks/quarks-iam

Version:

A modern authorization server built to authenticate your users and protect your APIs

12 lines (10 loc) 136 B
/** * SAML 2.0 */ module.exports = function (config) { return { id: 'SAML2', name: 'SAML2', templates: ['SAML2'] } }