You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the 6th year since the first version is being released. The original purpose is to reduce the difficulties for SAML integration of any Node.js application with a set of easy-to-use helper functions.
We are happy to announce that the specification of v3 API is on its way, in order to provide
More verbose error message
Reduce the complexity of some internal functions
Kickstart examples & articles with some modern frameworks
Cleanup the entity construction, no more complicated parameters list
Refined field key & value interpolation, no need to create a brand new template for single field override
// entity level will be a descriptor only, delegate the process to core moduleserviceProvider.fromMetadata(fileUrl[,options)serviceProvider.fromParams(params[,options)
Parsing and generating SAML document with essential information
We will try hard to reduce the complexity of migration without breaking the interface function of v2 API.
We are also looking for open source contributors that help developing the next version API and a self-hosted community driven IdP. If you are interested in joining us, please send us message via [email protected].
This is the 6th year since the first version is being released. The original purpose is to reduce the difficulties for SAML integration of any Node.js application with a set of easy-to-use helper functions.
We are happy to announce that the specification of v3 API is on its way, in order to provide
We will try hard to reduce the complexity of migration without breaking the interface function of v2 API.
We are also looking for open source contributors that help developing the next version API and a self-hosted community driven IdP. If you are interested in joining us, please send us message via [email protected].
Related tickets
#455
#464
The text was updated successfully, but these errors were encountered: