providers/saml: fix signing_kp typo

This commit is contained in:
Jens Langhammer
2020-03-05 17:09:08 +01:00
parent 2c4dcb9cf0
commit f2119ce567
6 changed files with 22 additions and 6 deletions

View File

@ -33,7 +33,7 @@ class SAMLProviderForm(forms.ModelForm):
"property_mappings",
"digest_algorithm",
"signature_algorithm",
"singing_kp",
"signing_kp",
]
widgets = {
"name": forms.TextInput(),