imsweb / django-saml-sp

A Django application for running one or more SAML service providers (SP)
BSD 3-Clause "New" or "Revised" License
15 stars 10 forks source link

Turning on AuthRequestSigned #27

Open kadaji opened 4 months ago

kadaji commented 4 months ago

Hi,

I am looking to see how I can set the authRequestsSigned flag to True. I see it being set to a default value of False and there is no way (that I can see) to override it. Am I missing something?

dcwatson commented 4 months ago

Nope, this is a good suggestion - I left a review on your PR.