sources/saml: improve error handing of invalid signatures

This commit is contained in:
Jens Langhammer
2020-06-23 21:49:27 +02:00
parent 491e507d49
commit 52f138d402
3 changed files with 7 additions and 2 deletions

View File

@ -16,6 +16,7 @@ class SAMLSourceForm(forms.ModelForm):
model = SAMLSource
fields = SOURCE_FORM_FIELDS + [
"issuer",
"binding_type",
"idp_url",
"idp_logout_url",
"auto_logout",