Closed
Description
I was looking for options to do IdP scoping from my SP using the IdPlist (to suggest an IdP to a proxy), and there is a reference to the IdPlist in templatetags:
https://github.com/peppelinux/djangosaml2/blob/master/djangosaml2/templatetags/idplist.py
... yet it looks like these tags are not used anywhere? Possibly redundant code?
I think pysaml2 has saml2.samlp.IDPList to work with an IdPList, but similar functionality is not exposed in djangosaml2?