Is there a way to provide SAML sp implementation using an Apache filter?

14,547

Solution 1

mod_mellon is what you're looking for: https://github.com/UNINETT/mod_auth_mellon

Solution 2

Using Shibboleth as a SAML client in conjunction with Apache web server may be an alternative.

Share:
14,547
Joaquín M
Author by

Joaquín M

Updated on June 15, 2022

Comments

  • Joaquín M
    Joaquín M almost 2 years

    I'm really new with SAML SSO. I'm woking with an idp webapp that will support SAML authentication.

    The problem is that I will need that other sp authenticate with my idp and I don't want to implement all the protocol in every platform (Python, PHP, Java, etc).

    I was thinking if there's a way to implement the sp authentication flow using an apache filter.

    Has someone thought about this?

    Thanks.