shib-sp VS saml-idp

Compare shib-sp vs saml-idp and see what are their differences.

shib-sp

Containerized Shibboleth SP (by PneumaSolutions)

saml-idp

Simple SAML Identity Provider (IdP) (by rkeene)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
shib-sp saml-idp
1 3
1 1
- -
1.6 0.0
about 1 year ago almost 5 years ago
Python Tcl
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

shib-sp

Posts with mentions or reviews of shib-sp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-05.
  • SAML Is Insecure by Design
    5 projects | news.ycombinator.com | 5 Aug 2021
    How is Shibboleth SP's track record on SAML vulnerabilities, either patching them quickly or avoiding them altogether?

    My company needed to implement SAML SP support in one of our products so we could get academic customers, particularly those that are part of the InCommon federation. We contracted with a company that specializes in SAML and Shibboleth to help us get it right. We decided to use Shibboleth SP running in a container; that container also has Apache httpd (as practically required by Shib SP) and a little Python shim app that generates a JWT and passes it back to our main app. Hopefully that's a good way of using the nearest thing to a canonical SAML SP implementation, without running our whole application through Apache httpd. In case anyone's interested, our Shib SP container setup, with the Python shim app, is here:

    https://github.com/PneumaSolutions/shib-sp

    It's probably still too specific to our application, but might be useful as a starting point for others.

saml-idp

Posts with mentions or reviews of saml-idp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-02.
  • Passkey Implementation: Misconceptions, pitfalls and unknown unknowns
    8 projects | news.ycombinator.com | 2 May 2024
    It's been a while, but I read through the OASIS spec for SAML for my implementation. There is a lot of yak shaving and I also had to implement XML Digital Signatures (XML-DS), and XML Canonicalization (C14N), but overall I don't think it took too long for something that worked, and was a library so I could just give it a key (or PKCS#11 handle) an identity and get back a SAML Assertion, which is fundamentally what I was after. It's available for viewing here [0].

    [0] https://github.com/rkeene/saml-idp/blob/master/lib/saml/saml...

  • SAML Is Insecure by Design
    5 projects | news.ycombinator.com | 5 Aug 2021
  • The Difficulties of SAML Single Logout
    2 projects | news.ycombinator.com | 17 Mar 2021
    To be fair, SAML itself isn't that difficult -- Shibboleth is just not very good.

    I implemented a SAML IdP [0] in MUCH less time than it took to configure Shibboleth. The specification for SAML is pretty easy to comprehend.

    The implementation is really an experiment, but the configuration and usability is significantly better. Improving the implementation doesn't affect this. In some closed-source forks I've written a production version that's been in use for several years.

    [0] https://github.com/rkeene/saml-idp/blob/master/lib/saml/saml...

What are some alternatives?

When comparing shib-sp and saml-idp you can also consider the following projects:

mundane - Mundane is a Rust cryptography library backed by BoringSSL that is difficult to misuse, ergonomic, and performant (in that order).

ASP.NET SAML - Very simple SAML 2.0 consumer module for ASP.NET/C#

fusionauth-samlv2 - SAML v2.0 bindings in Java using JAXB

fusionauth-issues - FusionAuth issue submission project