Hi,
we would like to implement SSO using SAML.
SAML Identity Provider does not seam to be listed in Providers. Are there any plans to add it?
Or is there any plan to use it together with https://bitbucket.org/lgs/djangosaml2/overview
or https://github.com/rohe/pysaml2 ?
Thanks, Radek
I myself have no plans for this but am normally open to pull requests with new providers. In this case, given the additional dependencies that would be introduced, it's probably best to offer this provider in a separate package on its own...
Hi, I propose, can you add this statement to the documentation?
@radeksvarz Did you ever get a saml provider working with allauth?
Not tried yet.
I just started researching for solutions for Shibboleth/SAML and would love to know if anyone has found a simple solution that works with django-allauth. Universities are requesting that our web app works with their Shibboleth/SAML SSO.
cc: @radeksvarz, @thenewguy, @pennersr
@epicserve sorry to bother, just checking if you ever resolved this/came up with some kind of solution?
@ckcollab,
I haven't ... I've sorta had to move on to other things. I've been told though that the CAS protocol works with Shibboleth/SAML, so you might look into using django-cas-client, which is what we're using for one university.
Along similar lines, I've created an add-on for django-allauth to implement SSO using OAuth2. Link:
https://github.com/HostedMetrics/django-allauth-sso
This github issue came up when I searched for the relevant keywords, so I thought I'd add a note here for anyone looking. Hope people find it useful!
Most helpful comment
I just started researching for solutions for Shibboleth/SAML and would love to know if anyone has found a simple solution that works with django-allauth. Universities are requesting that our web app works with their Shibboleth/SAML SSO.
cc: @radeksvarz, @thenewguy, @pennersr