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.

link|improve this question

75% accept rate
feedback

1 Answer

up vote 1 down vote accepted

mod_mellon is what you're looking for: https://rnd.feide.no/software/mod_mellon/

link|improve this answer
Thanks! Have you tested it? – Joaquín M Sep 10 '11 at 17:27
No, I didn't. This module is written by the same team than SimpleSAMLphp. Alternatively, you can try the module from ZXID: zxid.org/html/mod_auth_saml.html. Those are AFAIK the only opensource modules for Apache. I would be interested in your feedback. – sk_ Sep 10 '11 at 19:52
I'm going to test them by monday. By now, I'll set this as an answer ;). Thanks! – Joaquín M Sep 11 '11 at 4:22
I have another question. Do you know if this apache modules work with every SAML implementation? It looks like OpenID is more standard.... – Joaquín M Sep 12 '11 at 13:48
It should. SAML is normalized by OASIS. OpenID is an industrial standard. Both are meant to be interoperable. – sk_ Sep 12 '11 at 18:02
show 1 more comment
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.