Comment 1 for bug 676468

Revision history for this message
Lorenzo Gil Sanchez (lgs) wrote :

djangosaml2 was out of sync with latest changes in pysaml2. A few things changed in the way the configuration was handled. Now there are two different config classes: one for the idp and one for the sp. Both classes inherits from a base abstract class, which was the only one used before.

I have adapted djangosaml2 to use the new system. Please test it and see if it works now.