Is there a Saml 2.0 SSO IdP library in Elixir?

I am looking for a Saml 2.0 SSO Identity Provider library in elixir. My goal is to use my Elixir/Phoenix app as the IdP and use Slack as SP. Currently I succeed using SimpleSamlPHP as IdP to connect to Slack. I wonder if I need to implement by myself the IdP functionality.
Thanks a lot in advance.

2 Likes

Hey @cjen07 - I am looking for the same thing. I have found this repo - GitHub - foxford/idp: Highly available, scalable and extendible Identity Provider which might be relatively easy to use in Elixir. What did you end up using?

1 Like