Coder Social home page Coder Social logo

django-saml2-sp's People

Contributors

guitarmanvt avatar

Watchers

 avatar

django-saml2-sp's Issues

Create valid AuthnRequest

Currently, the AuthnRequest is a simple "TODO" string. This must be 
properly-formatted XML, according to the spec.

Original issue reported on code.google.com by [email protected] on 9 Sep 2011 at 3:14

Does the SP validate the IdP based on its certificate?

Background (snipped from an email conversation)

So anyway, I was wondering how you dealt with verifying IdP's signatures to 
make sure they were actually sent by an IdP one's SP trusts.

Please correct me if I'm wrong but I can't see any code for performing 
signature validations by SP, is that right?

If that's the case, I'm wondering if it's not insecure. Consider that the SAML2 
spec says an SP /must/ support unsolicited responses from an IdP - so it's like 
everyone can POST a SamlResponse with a bunch of attributes and django-saml2-sp 
won't validate that this request has been actually initiated by an IdP?

Original issue reported on code.google.com by [email protected] on 4 Sep 2012 at 12:32

Add an option to allow for case insensitive matching of username

What steps will reproduce the problem?

1. create a user such as username [email protected]
2. login with SAML under auto_create and have the SAML provider return 
[email protected]
3. You will see that a second user is created and lots of things might go wrong 
in the password base authentication backend of the app if the authentication 
backend is customized to treat username as case insensitive (majority of django 
apps are probably like this!)

We need an option that would allow case insensitive lookup, e.g. 
Users.object.get_or_create(username__iexact=username) vs 
...get_or_create(username=username) ...

Original issue reported on code.google.com by [email protected] on 12 Jun 2013 at 4:36

Add IDP from IDPSSODescriptor Metadata

Create a view that:
1. Takes the URL to an IDP's metadata.
2. Populates appropriate model(s) with data parsed from that metadata.
3. Adds the IDP to the internal list of supported IDPs, so that it is 
selectable from the "idpselect" view.

Original issue reported on code.google.com by [email protected] on 15 Jul 2011 at 9:20

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.